You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
haproxy only supports logging via syslog. We can run a small (dumb) syslog server that just dumps things to a file, like I did in ryodi/init#2.
Need to be extra careful to test this under load, with a slow writer. The syslog server should drop messages before it blocks haproxy from servicing requests.
The text was updated successfully, but these errors were encountered:
haproxy only supports logging via syslog. We can run a small (dumb) syslog server that just dumps things to a file, like I did in ryodi/init#2.
Need to be extra careful to test this under load, with a slow writer. The syslog server should drop messages before it blocks haproxy from servicing requests.
The text was updated successfully, but these errors were encountered: