1e8abe3592
Currently Heka writes the keepalived logs in /var/log/kolla/haproxy/keepalived.log. This commit changes this to /var/log/kolla/keepalived/keepalived.log. Closes-Bug: #1565499 Change-Id: I3033097bd77ddbf72948697b34a6a499ea903083
10 lines
295 B
Django/Jinja
10 lines
295 B
Django/Jinja
# HAProxy writes its logs to Syslog, so the generic
|
|
# Syslog input set in heka-global.toml.j2 is used.
|
|
|
|
[haproxy_file_output]
|
|
type = "FileOutput"
|
|
message_matcher = "Fields[programname] =~ /(?i:haproxy)/"
|
|
path = "/var/log/kolla/haproxy/haproxy.log"
|
|
encoder = "syslog_encoder"
|
|
folder_perm = "755"
|