rsyslog

Asked by harry potter

But nothing is being written to /var/log/syslog also why it is so?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu syslog-ng Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Lalatendu Mohanty (then4way) said :
#1

In 11.04 and 11.10 there is no /var/log/messages. Because the required log is already in /var/log/syslog. /var/log/messages was a duplicate of syslog, so they have removed /var/log/messages.

you can create a symbolic link of syslog as messages in case you are habituated with /var/log/messages.

ln -s /var/log/syslog /var/log/messages

Can you help with this problem?

Provide an answer of your own, or ask harry potter for more information if necessary.

To post a message you must log in.