mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10: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