Merge "Fluentd: fix Mariadb mysqld_safe log not match" into stable/pike

This commit is contained in:
Zuul 2018-01-17 03:44:36 +00:00 committed by Gerrit Code Review
commit c73ba9f74e
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
tag infra.mariadb
format multiline
format_firstline /^\d{6}/
format1 /^(?<time>\d{6} \d{1,2}:\d{1,2}:\d{1,2}) \[(?<log_level>\S+)\] (?<Payload>.*)/
format1 /^(?<time>\d{6} \d{1,2}:\d{1,2}:\d{1,2}) (\[(?<log_level>\S+)\]|mysqld_safe) (?<Payload>.*)/
time_format %y%m%d %k:%M:%S
</source>