Skip to content

Commit c40d755

Browse files
committed
[fix] docker stdout default value error
1 parent 4be2b57 commit c40d755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

log_config_plugin.go

+1
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,6 @@ func CreateConfigPluginDockerStdout() *ConfigPluginDockerStdout {
9292
Stderr: true,
9393
BeginLineTimeoutMs: 3000,
9494
BeginLineCheckLength: 10 * 1024,
95+
MaxLogSize: 512 * 1024,
9596
}
9697
}

0 commit comments

Comments
 (0)