Update docker/fluentd/fluent.conf
This commit is contained in:
parent
0fb1d60254
commit
bcfefdafaf
|
@ -14,7 +14,7 @@
|
|||
reserve_data true
|
||||
<parse>
|
||||
@type regexp
|
||||
expression /(?<message>.*(ERROR|FATAL|CRITICAL|exception|failed|failure).*)/i
|
||||
expression /(?<message>.*(SIGTERM|ERROR|FATAL|CRITICAL|exception|failed|failure).*)/i
|
||||
</parse>
|
||||
</filter>
|
||||
|
||||
|
|
Loading…
Reference in New Issue