mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
document settings crate (#271)
This commit is contained in:
@ -62,7 +62,7 @@ async fn main() -> std::io::Result<()> {
|
||||
.await
|
||||
}
|
||||
|
||||
/// Initialize the logging infrastructure
|
||||
/// Initialize the logging infrastructure.
|
||||
fn init_logger(settings: &Settings) {
|
||||
if !settings.actix.enable_log {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user