How to restart rsyslog daemon on ubuntu
Solution 1:
sudo service rsyslog restart
That should do it.
Solution 2:
If you are using systemctl, you can use:
systemctl restart rsyslog.service
Once restarted, check its status with the command:
systemctl status rsyslog.service