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 {
|
let logger_options = FileLogOptions {
|
||||||
to_stdout: to_stdout,
|
to_stdout: to_stdout,
|
||||||
exclusive: true,
|
exclusive: true,
|
||||||
|
prefix_time: true,
|
||||||
read: true,
|
read: true,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user