minor cleanup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3530430365
commit
913dddea85
|
@ -601,7 +601,7 @@ impl WorkerTask {
|
||||||
path.push(upid.to_string());
|
path.push(upid.to_string());
|
||||||
|
|
||||||
let logger_options = FileLogOptions {
|
let logger_options = FileLogOptions {
|
||||||
to_stdout: to_stdout,
|
to_stdout,
|
||||||
exclusive: true,
|
exclusive: true,
|
||||||
prefix_time: true,
|
prefix_time: true,
|
||||||
read: true,
|
read: true,
|
||||||
|
|
Loading…
Reference in New Issue