Update docker/fluentd/fluent.conf
This commit is contained in:
parent
b7188ebe20
commit
bca47bff13
|
@ -12,6 +12,9 @@
|
|||
@type regexp
|
||||
expression /^(?<message>.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i
|
||||
</parse>
|
||||
<parse>
|
||||
@type json
|
||||
</parse>
|
||||
</filter>
|
||||
|
||||
<match docker.**>
|
||||
|
|
Loading…
Reference in New Issue