Reference

show startup-logs

On this page

Display messages generated during startup.

Description Jump to heading

Display messages generated during startup.

Examples Jump to heading

nix
echo "show startup-logs" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "show startup-logs" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
output
text
[NOTICE] (378) : haproxy version is 2.8.0-1.0.0-296.438
[NOTICE] (378) : path to executable is /opt/hapee-2.8/sbin/hapee-lb
[ALERT] (378) : config : parsing [/etc/hapee-2.8/hapee-lb.cfg:11] : 'pidfile' already specified. Continuing.
output
text
[NOTICE] (378) : haproxy version is 2.8.0-1.0.0-296.438
[NOTICE] (378) : path to executable is /opt/hapee-2.8/sbin/hapee-lb
[ALERT] (378) : config : parsing [/etc/hapee-2.8/hapee-lb.cfg:11] : 'pidfile' already specified. Continuing.

Do you have any suggestions on how we can improve the content of this page?