Merge "Fix Fluentd date format for MariaDB xinetd"

This commit is contained in:
Zuul 2020-07-02 20:23:17 +00:00 committed by Gerrit Code Review
commit 75e1a87ef5

View File

@ -20,7 +20,7 @@
format1 /^(?<Timestamp>\S+) (?<Payload>.*)?$/
time_key Timestamp
keep_time_key true
time_format %y/%-m/%-d@%T
time_format %y/%m/%d@%T
ignore_repeated_permission_error true
enable_watch_timer false
</source>