Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 18:40:59 +00:00
parent 0e3ea77f1e
commit fcba4abdac
1 changed files with 1 additions and 1 deletions

View File

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