Post Date: 16th Jan, 2020 - 1:58pm / Post ID:
#
Syslog May Not Be Running Correctly On
If you encounter a message from lfd like:
QUOTE Failed to detect code [xxxxxxxxxxxxx] in SYSLOG_LOG [/var/log/messages]
Then a test fix is here:
Source 3tTo test in sever command window:
CODE service rsyslog status
CODE logger -p auth.notice "Log test"
CODE grep "Log test" /var/log/messages
You should get a reply, if not you will need to edit the rsyslog.conf file with the changes outlined in the link. Then run test again after using:
CODE service rsyslog restart