Skip to content

Commit cd12738

Browse files
bmichalkiewiczpepov
authored andcommitted
fix(ci): check-diff
Signed-off-by: Bartosz <[email protected]>
1 parent f7396e9 commit cd12738

File tree

1 file changed

+1
-1
lines changed
  • pkg/sdk/logging/model/output

1 file changed

+1
-1
lines changed

pkg/sdk/logging/model/output/gelf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type GelfOutputConfig struct {
6161
TLSOptions map[string]string `json:"tls_options,omitempty"`
6262
// MaxBytes specifies the maximum size, in bytes, of each individual log message.
6363
// For details, see [https://github.com/Graylog2/graylog2-server/issues/873](https://github.com/Graylog2/graylog2-server/issues/873)
64-
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.10-full (default: 3200)
64+
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.10-full (default: 3200)
6565
MaxBytes int `json:"max_bytes,omitempty"`
6666
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.8-full
6767
// +docLink:"Buffer,../buffer/"

0 commit comments

Comments
 (0)