0

I am trying to read the /var/log/haproxy.log file with the command: clog -f haproxy.log but nothing happens. No window opens. How do I see my error log? I’m on pfsense.

chicks
  • 3,639
  • 10
  • 26
  • 36

1 Answers1

0

First you have to activate the logs in the settings.

Services -> HAProxy -> Settings, "Logging" section.

In "Remote syslog host" put /var/run/log.

Save and apply. Now clog -f /var/log/haproxy.log you should give you something.