Skip to content

Commit b95c931

Browse files
committed
Add Stderr output to Logs
1 parent 20be29e commit b95c931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docker_data/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ impl DockerData {
260260
) {
261261
let options = Some(LogsOptions::<String> {
262262
stdout: true,
263+
stderr: true,
263264
timestamps: true,
264265
since: i64::try_from(since).unwrap_or_default(),
265266
..Default::default()

0 commit comments

Comments
 (0)