Advertisement
Guest User

Untitled

a guest
Mar 13th, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. # /etc/syslog.conf Configuration file for syslogd.
  2. #
  3. # For more information see syslog.conf(5)
  4. # manpage.
  5.  
  6. #
  7. # First some standard logfiles. Log by facility.
  8. #
  9.  
  10. #auth,authpriv.* -/var/log/auth.log
  11. #*.*;auth,authpriv.none -/var/log/syslog
  12. #cron.* -/var/log/cron.log
  13. #daemon.* -/var/log/daemon.log
  14. #kern.* -/var/log/kern.log
  15. #lpr.* -/var/log/lpr.log
  16. #mail.* -/var/log/mail.log
  17. #user.* -/var/log/user.log
  18. kern.warning -/var/log/firewall
  19.  
  20. #
  21. # Logging for the mail system. Split it up so that
  22. # it is easy to write scripts to parse these files.
  23. #
  24. #mail.info -/var/log/mail.info
  25. #mail.warning -/var/log/mail.warn
  26. #mail.err -/var/log/mail.err
  27.  
  28. # Logging for INN news system
  29. #
  30. #news.crit -/var/log/news/news.crit
  31. #news.err -/var/log/news/news.err
  32. #news.notice -/var/log/news/news.notice
  33.  
  34. #
  35. # Some `catch-all' logfiles.
  36. #
  37. #*.=debug;\
  38. # auth,authpriv.none;\
  39. # news.none;mail.none -/var/log/debug
  40. #*.=info;*.=notice;*.=warning;\
  41. # auth,authpriv.none;\
  42. # cron,daemon.none;\
  43. # mail,news.none -/var/log/messages
  44.  
  45. #
  46. # Emergencies are sent to everybody logged in.
  47. #
  48. #
  49. #mail.info -/var/log/mail.info
  50. #mail.warning -/var/log/mail.warn
  51. #mail.err -/var/log/mail.err
  52.  
  53. # Logging for INN news system
  54. #
  55. #news.crit -/var/log/news/news.crit
  56. #news.err -/var/log/news/news.err
  57. #news.notice -/var/log/news/news.notice
  58.  
  59. #
  60. # Some `catch-all' logfiles.
  61. #
  62. #*.=debug;\
  63. # auth,authpriv.none;\
  64. # news.none;mail.none -/var/log/debug
  65. #*.=info;*.=notice;*.=warning;\
  66. # auth,authpriv.none;\
  67. # cron,daemon.none;\
  68. # mail,news.none -/var/log/messages
  69.  
  70. #
  71. # Emergencies are sent to everybody logged in.
  72. #
  73. #*.emerg *
  74.  
  75. #
  76. # I like to have messages displayed on the console, but only on a virtual
  77. # console I usually leave idle.
  78. #
  79. #daemon,mail.*;\
  80. # news.=crit;news.=err;news.=notice;\
  81. # *.=debug;*.=info;\
  82. # *.=notice;*.=warning /dev/tty8
  83.  
  84. # The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
  85. # you must invoke `xconsole' with the `-file' option:
  86. #
  87. # $ xconsole -file /dev/xconsole [...]
  88. #
  89. # NOTE: adjust the list below, or you'll go crazy if you have a reasonably
  90. # busy site..
  91. #
  92. #daemon.*;mail.*;\
  93. # news.err;\
  94. # *.=debug;*.=info;\
  95. # *.=notice;*.=warning |/dev/xconsole
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement