Update docker/fluentd/fluent.conf
This commit is contained in:
parent
0e3ea77f1e
commit
fcba4abdac
|
@ -10,7 +10,7 @@
|
|||
reserve_data true
|
||||
<parse>
|
||||
@type regexp
|
||||
expression /^(?<message>.*\b(SIGTERM|ERROR|FATAL|CRITICAL)\b.*)$/i
|
||||
expression /^(?<message>.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i
|
||||
</parse>
|
||||
</filter>
|
||||
|
||||
|
|
Loading…
Reference in New Issue