fix: use stderr when saving logs

This commit is contained in:
Jack Wills
2024-10-06 15:16:29 +00:00
parent 6bdeb6d552
commit 9936ad45e1
+1
View File
@@ -200,6 +200,7 @@ impl InputHandler {
let docker = rx.await?; let docker = rx.await?;
let options = Some(LogsOptions::<String> { let options = Some(LogsOptions::<String> {
stderr: true,
stdout: true, stdout: true,
timestamps: args.timestamp, timestamps: args.timestamp,
since: 0, since: 0,