We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be2b57 commit c40d755Copy full SHA for c40d755
log_config_plugin.go
@@ -92,5 +92,6 @@ func CreateConfigPluginDockerStdout() *ConfigPluginDockerStdout {
92
Stderr: true,
93
BeginLineTimeoutMs: 3000,
94
BeginLineCheckLength: 10 * 1024,
95
+ MaxLogSize: 512 * 1024,
96
}
97
0 commit comments