mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:03:30 +00:00
shared tokio runtime
This commit is contained in:
@@ -11,7 +11,7 @@ pub fn init() -> Extension {
|
||||
|
||||
let file_appender = FileAppender::builder()
|
||||
.append(true)
|
||||
.encoder(Box::new(PatternEncoder::new("{d} {t} {l} - {m}{n}")))
|
||||
.encoder(Box::new(PatternEncoder::new("{d} {t} - {m}{n}")))
|
||||
.build("armatak.log")
|
||||
.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user