You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
I'd like to install the tmkms as a service, which running long enough.
so I tried to let kms only print error level logs.
but seems RUST_LOG=error not works.
Right now there is only a coarse grained option to do debug logging via the -v command-line argument. I agree it'd be good to offer finer-grained control of the loglevel via command line options and/or configuration.
Note that with v0.7.0 logging is now handled by tracing. The framework supports fine-grained loglevels but these still aren't exposed in any user-facing way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to install the tmkms as a service, which running long enough.
so I tried to let kms only print error level logs.
but seems
RUST_LOG=error
not works.Any suggestions? Thanks.
The text was updated successfully, but these errors were encountered: