Update docker/fluentd/fluent.conf
This commit is contained in:
parent
b0ba4f3458
commit
e7b2aa6662
|
@ -13,6 +13,15 @@
|
||||||
</parse>
|
</parse>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
|
<filter docker.**>
|
||||||
|
@type grep
|
||||||
|
<regexp>
|
||||||
|
key level
|
||||||
|
pattern /ERROR|WARN|FATAL/
|
||||||
|
</regexp>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
|
||||||
<match *>
|
<match *>
|
||||||
@type stdout
|
@type stdout
|
||||||
</match>
|
</match>
|
||||||
|
|
Loading…
Reference in New Issue