54

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?

Jorge Castro
  • 70,934
  • 124
  • 466
  • 653
user17370
  • 643
  • 1
  • 5
  • 4

2 Answers2

74

Ubuntu uses rsyslog, config files are rsyslog.conf and /etc/rsyslog.d/*

Florian Diesch
  • 86,013
  • 17
  • 224
  • 214
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