# syslog properties
# for remote address use <remoteServerIp>:<port>, for e.g. 192.1.2.3:514 # for linux local systems use /dev/log
# for MAC OSX use /var/run/syslog
# append_nul will append null at the end of log message if set to true
address = /var/run/syslog
facility = daemon
socktype = udp
append_nul = false
I didn't understand what they meant by remote address and how syslog comes in here.
Can someone explain?