[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/etc/ -> syslog.conf (source)

   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  local5.*                        /var/log/se3/alertes
  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.warn            -/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;*.=warn;\
  41      auth,authpriv.none;\
  42      cron,daemon.none;\
  43      local5;\
  44      mail,news.none        -/var/log/messages
  45  
  46  #
  47  # Emergencies are sent to everybody logged in.
  48  #
  49  *.emerg                *
  50  
  51  #
  52  # I like to have messages displayed on the console, but only on a virtual
  53  # console I usually leave idle.
  54  #
  55  #daemon,mail.*;\
  56  #    news.=crit;news.=err;news.=notice;\
  57  #    *.=debug;*.=info;\
  58  #    *.=notice;*.=warn    /dev/tty8
  59  
  60  # The named pipe /dev/xconsole is for the `xconsole' utility.  To use it,
  61  # you must invoke `xconsole' with the `-file' option:
  62  # 
  63  #    $ xconsole -file /dev/xconsole [...]
  64  #
  65  # NOTE: adjust the list below, or you'll go crazy if you have a reasonably
  66  #      busy site..
  67  #
  68  daemon.*;mail.*;\
  69      news.err;\
  70      *.=debug;*.=info;\
  71      *.=notice;*.=warn    |/dev/xconsole
  72  


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1