We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When configuring the logging level in LoggingLayer, we have to add the log crate to our project because of log::Level. It's a little annoying.
LoggingLayer
log
log::Level
As discussed in #2089 , @Xuanwo proposes to change the API into with_error_level(lvl: Option<&str>). It would be great.
with_error_level(lvl: Option<&str>)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When configuring the logging level in
LoggingLayer
, we have to add thelog
crate to our project because oflog::Level
. It's a little annoying.As discussed in #2089 , @Xuanwo proposes to change the API into
with_error_level(lvl: Option<&str>)
. It would be great.The text was updated successfully, but these errors were encountered: