9 lines
230 B
Text
9 lines
230 B
Text
|
|
# 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
|