Articles → LINUX → Enable Syslog In Linux
Enable Syslog In Linux
Steps
sudo nano /etc/rsyslog.conf
$ModLoad imudp
$UDPServerRun 514
$ModLoad imtcp
$InputTCPServerRun 514
Click to Enlarge
Restart The Service
sudo service rsyslog restart
sudo systemctl restart rsyslog
Check The Service
Click to Enlarge