mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-27 15:51:34 +02:00
feat(log): single log-file (const name)
This commit is contained in:
parent
1d70755766
commit
2d8d06fc3d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ fn setup_logger() -> Result<(), fern::InitError> {
|
||||||
.create(true)
|
.create(true)
|
||||||
.append(true)
|
.append(true)
|
||||||
.truncate(false)
|
.truncate(false)
|
||||||
.open(CACHE_DIR.join(format!("UAD_{}.log", chrono::Local::now().format("%Y%m%d"))))?;
|
.open(CACHE_DIR.join("uadng.log"))?;
|
||||||
|
|
||||||
let file_dispatcher = fern::Dispatch::new()
|
let file_dispatcher = fern::Dispatch::new()
|
||||||
.format(make_formatter(false))
|
.format(make_formatter(false))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue