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
The logger middleware will currently only log at an INFO level.
It would be nice to have this be configurable to allow for, for example, TRACE level logging of requests.
I propose adding a log_level method to actix_web::middleware::Logger to allow log level to be specified, defaulting to INFO.
log_level
actix_web::middleware::Logger
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The logger middleware will currently only log at an INFO level.
It would be nice to have this be configurable to allow for, for example, TRACE level logging of requests.
I propose adding a
log_level
method toactix_web::middleware::Logger
to allow log level to be specified, defaulting to INFO.The text was updated successfully, but these errors were encountered: