Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure logging level is info by default #200

Open
Tracked by #196
ryardley opened this issue Dec 7, 2024 · 1 comment
Open
Tracked by #196

Ensure logging level is info by default #200

ryardley opened this issue Dec 7, 2024 · 1 comment
Labels
Ciphernode Related to the ciphernode package technical debt Unaddressed shortcuts thay will become expensive problems later.

Comments

@ryardley
Copy link
Contributor

ryardley commented Dec 7, 2024

This should be set with a cli flag as opposed to an env var. Users should not know or care about the fact we use rust to get output.

enclave --debug start -> debug
enclave --silent start -> nothing
enclave start -> info

RUST_LOG should have no effect.

@ryardley ryardley added Ciphernode Related to the ciphernode package technical debt Unaddressed shortcuts thay will become expensive problems later. labels Dec 18, 2024
@ryardley
Copy link
Contributor Author

Duplicate of #178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ciphernode Related to the ciphernode package technical debt Unaddressed shortcuts thay will become expensive problems later.
Projects
None yet
Development

No branches or pull requests

1 participant