Popularity
0.4
Stable
Activity
5.5
-
5
1
0

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).

Programming language: Rust
License: Apache License 2.0
Tags: Log     HTTP     Logging     Logger     Actix    

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.

Do you think we are missing an alternative of actix-contrib-logger or a related project?

Add another 'Logging' Package