mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +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)
|
||||
.append(true)
|
||||
.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()
|
||||
.format(make_formatter(false))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue