Merge "Extract log level from syslog"

This commit is contained in:
Zuul 2017-11-17 19:36:11 +00:00 committed by Gerrit Code Review
commit 1175238420

View File

@ -3,5 +3,6 @@
port {{ fluentd_syslog_port }} port {{ fluentd_syslog_port }}
bind {{ api_interface_address }} bind {{ api_interface_address }}
tag syslog tag syslog
priority_key log_level
format /^(?<Payload>.*)$/ format /^(?<Payload>.*)$/
</source> </source>