Ensure logging level is info
by default
#200
Labels
Ciphernode
Related to the ciphernode package
technical debt
Unaddressed shortcuts thay will become expensive problems later.
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
-> debugenclave --silent start
-> nothingenclave start
-> infoRUST_LOG
should have no effect.The text was updated successfully, but these errors were encountered: