mirror of
https://github.com/Drop-OSS/drop-app
synced 2026-08-27 22:23:04 -04:00
fix(logs): add file & line to console logs
This commit is contained in:
parent
3ca87fc45b
commit
4d8eadc491
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ fn setup(handle: AppHandle) -> AppState<'static> {
|
|||
.unwrap();
|
||||
|
||||
let console = ConsoleAppender::builder()
|
||||
.encoder(Box::new(PatternEncoder::new("{d} | {h({l})} - {m}{n}")))
|
||||
.encoder(Box::new(PatternEncoder::new("{d} | {l} | {f}:{L} - {m}{n}")))
|
||||
.build();
|
||||
|
||||
let config = Config::builder()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue