Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels