mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-30 13:19:35 +00:00
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
# This is the root config file, which only includes components of the actual configuration
|
|
|
|
# Do not collect fluentd's own logs to avoid infinite loops.
|
|
<match fluent.**>
|
|
@type null
|
|
</match>
|
|
|
|
@include /etc/fluent/config.d/*.conf
|