In CentOS and many other distros you can configure syslogd using /etc/syslog.conf but in Ubuntu there is no such file. Which file I should edit for configuring syslogd in Ubuntu.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|
Syslog configuration in Ubuntu is usually in /etc/rsyslog.d/50-default.conf This, btw. is the setup i like to use:
|
|||
|
|
|
There are syslog alternatives, primarily rsyslog. Lucid uses rsyslog, so you'll need to look at /etc/rsyslog.conf and /etc/rsyslog.d. I'm not sure what Precises uses off-hand. Here are the relevant man pages: http://manpages.ubuntu.com/manpages/precise/man8/rsyslogd.8.html http://manpages.ubuntu.com/manpages/precise/man5/rsyslog.conf.5.html |
|||
|
|
