Description
Logger middleware for the Actix Web framework.
Actually it's a copy & paste from the official Logger middleware (original source code), but it allows to choose the logging level depending on the HTTP status code responded, (see `Logger::custom_level()` and `Logger::custom_error_resp_level()`) and by default server errors are logged with `ERROR` level.
Moreover, error in response logs are also configurable, and by default logged as `ERROR`
in server side failures.
The Logger middleware uses the standard log crate to log information. You should enable logger for
`http_logger` to see access log (`env_logger` or similar).
actix-contrib-logger alternatives and similar packages
Based on the "Logging" category.
Alternatively, view rust-actix-contrib-logger alternatives based on common mentions on social networks and blogs.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of actix-contrib-logger or a related project?