1
0
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:
Rob Ede
2022-07-31 21:12:19 +02:00
committed by GitHub
parent ab3f591307
commit b054733854
15 changed files with 250 additions and 30 deletions

View File

@ -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;