mirror of
https://github.com/Drop-OSS/drop-app-kt.git
synced 2026-02-04 06:51:18 +01:00
chore(downloads): Made logging systems match
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@@ -101,7 +101,6 @@ impl ProcessManager {
|
||||
|
||||
let current_time = chrono::offset::Local::now();
|
||||
let mut log_file = OpenOptions::new()
|
||||
.write(true)
|
||||
.append(true)
|
||||
.read(true)
|
||||
.create(true)
|
||||
|
||||
Reference in New Issue
Block a user