fix: use stderr when saving logs
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user