--- rsyslog.conf 2018-10-30 15:49:15.000000000 +0100 +++ rsyslog.conf.new 2019-08-13 17:43:26.004833747 +0200 @@ -12,12 +12,12 @@ #$ModLoad immark # provides --MARK-- message capability # Provides UDP syslog reception -#$ModLoad imudp -#$UDPServerRun 514 +$ModLoad imudp +$UDPServerRun 514 # Provides TCP syslog reception -#$ModLoad imtcp -#$InputTCPServerRun 514 +$ModLoad imtcp +$InputTCPServerRun 514 #### GLOBAL DIRECTIVES #### @@ -72,6 +72,8 @@ # Save boot messages also to boot.log local7.* /var/log/boot.log +# haproxy logging +local2.* /var/log/haproxy.log # ### begin forwarding rule ### # The statement between the begin ... end define a SINGLE forwarding