Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-15 21:30:05 +00:00
parent b0ba4f3458
commit e7b2aa6662
1 changed files with 9 additions and 0 deletions

View File

@ -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>