Skip to content

Commit

Permalink
fix(ci): check-diff
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz <[email protected]>
  • Loading branch information
bmichalkiewicz committed Sep 12, 2024
1 parent 4cf77a6 commit edf4919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/logging/model/output/gelf.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type GelfOutputConfig struct {
TLSOptions map[string]string `json:"tls_options,omitempty"`
// MaxBytes specifies the maximum size, in bytes, of each individual log message.
// For details, see [https://github.com/Graylog2/graylog2-server/issues/873](https://github.com/Graylog2/graylog2-server/issues/873)
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.10-full (default: 3200)
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.10-full (default: 3200)
MaxBytes int `json:"max_bytes,omitempty"`
// Available since ghcr.io/kube-logging/fluentd:v1.16-4.8-full
// +docLink:"Buffer,../buffer/"
Expand Down

0 comments on commit edf4919

Please sign in to comment.