Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 14:04:42 +00:00
parent 0fb1d60254
commit bcfefdafaf
1 changed files with 1 additions and 1 deletions

View File

@ -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>