Check Installation
To see if the RSyslog daemon is installed, you can run the following terminal command:Debugging
If you run into issues, you may wish to inspect the behaviour of the RSyslog daemon. To do so, you can configure RSyslog to create a debug log. Add the following lines at the beginning of yourrsyslog.conf file:
Text
DebugLevel of 2 activates always-on debug mode, while a level of 0 turns debug mode off. For other debugging options, please refer to the RSyslog Debug Log Documentation.
To apply the configuration changes, restart the RSyslog daemon process:
/tmp/rsyslogd.log. When you’re done, make sure to deactivate debug mode by undoing the configuration changes and restarting RSyslog again.
🔎 For further information on troubleshooting and debugging with syslog please
refer to the official RSyslog Troubleshooting
Documentation.