11 lines
267 B
Plaintext
11 lines
267 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.
|
|
<label @FLUENT_LOG>
|
|
<match fluent.*>
|
|
@type stdout
|
|
</match>
|
|
</label>
|
|
|
|
@include /etc/fluent/config.d/*.conf
|