Merge pull request #114672 from pohly/log-text-split-streams
log: split streams also for text output
This commit is contained in:
@@ -422,7 +422,14 @@ kind: KubeProxyConfiguration
|
||||
},
|
||||
Options: logsapi.FormatOptions{
|
||||
JSON: logsapi.JSONOptions{
|
||||
InfoBufferSize: resource.QuantityValue{Quantity: resource.MustParse("0")},
|
||||
OutputRoutingOptions: logsapi.OutputRoutingOptions{
|
||||
InfoBufferSize: resource.QuantityValue{Quantity: resource.MustParse("0")},
|
||||
},
|
||||
},
|
||||
Text: logsapi.TextOptions{
|
||||
OutputRoutingOptions: logsapi.OutputRoutingOptions{
|
||||
InfoBufferSize: resource.QuantityValue{Quantity: resource.MustParse("0")},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user