home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / syslog.conf < prev    next >
Text File  |  2006-11-29  |  1KB  |  61 lines

  1. # /etc/syslog.conf - Configuration file for syslogd(8)
  2. #
  3. # For info about the format of this file, see "man syslog.conf".
  4. #
  5.  
  6. #
  7. #
  8. # print most on tty10 and on the xconsole pipe
  9. #
  10. kern.warning;*.err;authpriv.none     /dev/tty10
  11. kern.warning;*.err;authpriv.none    |/dev/xconsole
  12. *.emerg                 *
  13.  
  14. # enable this, if you want that root is informed
  15. # immediately, e.g. of logins
  16. #*.alert                 root
  17.  
  18.  
  19. #
  20. # all email-messages in one file
  21. #
  22. mail.*                -/var/log/mail
  23. mail.info            -/var/log/mail.info
  24. mail.warning            -/var/log/mail.warn
  25. mail.err             /var/log/mail.err
  26.  
  27. #
  28. # all news-messages
  29. #
  30. # these files are rotated and examined by "news.daily"
  31. news.crit            -/var/log/news/news.crit
  32. news.err            -/var/log/news/news.err
  33. news.notice            -/var/log/news/news.notice
  34. # enable this, if you want to keep all news messages
  35. # in one file
  36. #news.*                -/var/log/news.all
  37.  
  38. #
  39. # Warnings in one file
  40. #
  41. *.=warning;*.=err        -/var/log/warn
  42. *.crit                 /var/log/warn
  43.  
  44. #
  45. # save the rest in one file
  46. #
  47. *.*;mail.none;news.none        -/var/log/messages
  48.  
  49. #
  50. # enable this, if you want to keep all messages
  51. # in one file
  52. #*.*                -/var/log/allmessages
  53.  
  54. #
  55. # Some foreign boot scripts require local7
  56. #
  57. local0,local1.*            -/var/log/localmessages
  58. local2,local3.*            -/var/log/localmessages
  59. local4,local5.*            -/var/log/localmessages
  60. local6,local7.*            -/var/log/localmessages
  61.