fixup worker task: add time prefix again

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-19 13:22:37 +02:00
parent 41255b4d95
commit e5adbc3419

View File

@ -675,6 +675,7 @@ impl WorkerTask {
let logger_options = FileLogOptions {
to_stdout: to_stdout,
exclusive: true,
prefix_time: true,
read: true,
..Default::default()
};