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