We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35781a1 commit 2661a95Copy full SHA for 2661a95
1 file changed
pillar.example
@@ -17,6 +17,10 @@ haproxy:
17
log:
18
- 127.0.0.1 local2
19
- 127.0.0.1 local1 notice
20
+ # Option log-tag parameter, sets the tag field in the syslog header
21
+ log-tag: haproxy
22
+ # Optional log-send-hostname parameter, sets the hostname field in the syslog header
23
+ log-send-hostname: localhost
24
stats:
25
enable: True
26
socketpath: /var/lib/haproxy/stats
0 commit comments