mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 18:09:22 +02:00
do not use regset for route recognition
This commit is contained in:
@ -14,8 +14,8 @@ use middleware::{Middleware, Started, Finished};
|
||||
|
||||
/// `Middleware` for logging request and response info to the terminal.
|
||||
/// `Logger` middleware uses standard log crate to log information. You should
|
||||
/// enable logger for *actix_web* package to see access log.
|
||||
/// ([env_logger](https://docs.rs/env_logger/*/env_logger/) or similar)
|
||||
/// enable logger for `actix_web` package to see access log.
|
||||
/// ([`env_logger`](https://docs.rs/env_logger/*/env_logger/) or similar)
|
||||
///
|
||||
/// ## Usage
|
||||
///
|
||||
|
Reference in New Issue
Block a user