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