]> git.proxmox.com Git - proxmox-backup.git/commitdiff
fixup worker task: add time prefix again
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Oct 2020 11:22:37 +0000 (13:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Oct 2020 11:22:37 +0000 (13:22 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/server/worker_task.rs

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