global
log stdout format raw local0 info
This makes the HAProxy logs visible on the console if it is running in a docker container, to access it read the logs outside of a docker container run the following command:
tail -f /var/log/messages
Leave a Reply