fixup worker task: add time prefix again
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
41255b4d95
commit
e5adbc3419
@ -675,6 +675,7 @@ impl WorkerTask {
|
||||
let logger_options = FileLogOptions {
|
||||
to_stdout: to_stdout,
|
||||
exclusive: true,
|
||||
prefix_time: true,
|
||||
read: true,
|
||||
..Default::default()
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user