README.gentoo 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Introduction
  2. ============
  3. Since rsyslog version 7.6 we are shipping a new default Gentoo
  4. configuration. See bug #501982 to learn more about what we were trying to
  5. achieve by rewriting the entire configuration.
  6. Important changes
  7. =================
  8. 1. "/var/log/syslog" log file is now deprecated
  9. Beginning with rsyslog-7.6, the "/var/log/syslog" log file will no
  10. longer being written per default. We are considering this file as
  11. deprecated/obsolet for the typical user/system.
  12. The content from this log file is still availble through other
  13. (dedicated) log files, see
  14. - /var/log/cron.log
  15. - /var/log/daemon.log
  16. - /var/log/mail.log
  17. - /var/log/messages
  18. If you really need the old "/var/log/syslog" log file, all you have to
  19. do is uncommenting the corresponding configuration directive in
  20. "/etc/rsyslog.d/50-default.conf".
  21. If you do so, don't forget to re-enable log rotation in
  22. "/etc/logrotate.d/rsyslog", too.
  23. 2. An additional input socket in "/var/empty/dev/log" (default chroot
  24. location) will be created per default
  25. See bug #490744 for further details.