HAProxy Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
=Turn On Debug Logging= | =Turn On Debug Logging= | ||
{{External|http://cbonte.github.io/haproxy-dconv/1.8/management.html#12}} | |||
Monitor both the haproxy log ... | |||
tail -f /var/log/haproxy.log | |||
and journalctl: | |||
journalctl -f -u haproxy |
Latest revision as of 04:32, 11 November 2017
Internal
Turn On Debug Logging
Monitor both the haproxy log ...
tail -f /var/log/haproxy.log
and journalctl:
journalctl -f -u haproxy