Config and start syslog udp service on install (salt)
uncomment in /etc/rsyslog.conf:
provides UDP syslog reception
module(load="imudp")
input(type="imudp" port="514")
restart syslogd: sudo systemctl restart rsyslog
comment/uncomment in /home/cloud/circle/circle/settings/base.py # to local syslogd:udp 'address': ('127.0.0.1', 514), # to local syslogd:file (ubuntu) #'address': '/dev/log',
Please
register
or
sign in
to comment