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