Logging is not working after uninstalling syslog-ng
by noweare from LinuxQuestions.org on (#5KD1H)
I installed syslog-nd then uninstalled it a couple of days
later and now my logging has stopped.
I am on unbuntu 20.4.
Using this command:
systemctl start rsyslog.service
I got the response:
"loaded active exited LSB:enhanced syslogd"
Also used below to log something but check syslog and it is 0 bytes
$ logger -p syslog.emerg "Test one,two,three"
Thanks
later and now my logging has stopped.
I am on unbuntu 20.4.
Using this command:
systemctl start rsyslog.service
I got the response:
"loaded active exited LSB:enhanced syslogd"
Also used below to log something but check syslog and it is 0 bytes
$ logger -p syslog.emerg "Test one,two,three"
Thanks