I tried to move my stuff from CentOS to Ubuntu. Here is a problem I met: I would like find the corresponding CentOS /etc/syslog.conf file in Ubuntu? Basically, the file is used to control where those syslog files go?
Asked
Active
Viewed 9.9k times
2 Answers
74
Ubuntu uses rsyslog, config files are rsyslog.conf and /etc/rsyslog.d/*
Florian Diesch
- 86,013
- 17
- 224
- 214
-
1rsyslog.conf in /etc folder (/etc/rsyslog.conf) – M2E67 Nov 10 '18 at 07:57
1
Minor addition:
Ubuntu uses rsyslog.conf (5) configuration file and the daemon is rsyslogd (8) is a rocket-fast system for log processing.
Rsyslog.conf is backward-compatible with syslogd's syslog.conf file. So if you migrate from syslogd you can rename it and it should work.
prosti
- 989
- 9
- 14