Print this page
4211 Some syslog facility names and symbols are missing
1762 Syslogd man page: missing reference.

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/syslog.conf.4
          +++ new/usr/src/man/man4/syslog.conf.4
   1    1  '\" te
        2 +.\" Copyright (c) 2013 Gary Mills
   2    3  .\" Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
   3    4  .\" Copyright (c) 1983 Regents of the University of California.  All rights reserved.  The Berkeley software License Agreement  specifies the terms and conditions for redistribution.
   4      -.TH SYSLOG.CONF 4 "Apr 26, 2006"
        5 +.TH SYSLOG.CONF 4 "Nov 19, 2013"
   5    6  .SH NAME
   6    7  syslog.conf \- configuration file for syslogd system log daemon
   7    8  .SH SYNOPSIS
   8    9  .LP
   9   10  .nf
  10   11  \fB/etc/syslog.conf\fR
  11   12  .fi
  12   13  
  13   14  .SH DESCRIPTION
  14   15  .sp
↓ open down ↓ 22 lines elided ↑ open up ↑
  37   38  .in +2
  38   39  .nf
  39   40  \fIfacility\fR\fB\&.\fR\fIlevel\fR [ \fB;\fR \fIfacility\fR\fB\&.\fR\fIlevel\fR ]
  40   41  .fi
  41   42  .in -2
  42   43  
  43   44  .sp
  44   45  .LP
  45   46  where \fIfacility\fR is a system facility, or comma-separated list of
  46   47  facilities, and \fIlevel\fR is an indication of the severity of the condition
  47      -being logged. Recognized values for \fIfacility\fR include:
       48 +being logged.
       49 +The presence of a facility name only implies that it is available.
       50 +Each individual service determines which facility it will use for logging.
       51 +In particular, many facilities are only useful for \fBsyslog\fR messages
       52 +that are forwarded from other operating systems.
       53 +Recognized values for \fIfacility\fR include:
  48   54  .sp
  49   55  .ne 2
  50   56  .na
  51      -\fB\fBuser\fR\fR
       57 +\fB\fBkern\fR\fR
  52   58  .ad
  53   59  .RS 12n
  54      -Messages generated by user processes. This is the default priority for messages
  55      -from programs or facilities not listed in this file.
       60 +Messages generated by the kernel.
  56   61  .RE
  57   62  
  58   63  .sp
  59   64  .ne 2
  60   65  .na
  61      -\fB\fBkern\fR\fR
       66 +\fB\fBuser\fR\fR
  62   67  .ad
  63   68  .RS 12n
  64      -Messages generated by the kernel.
       69 +Messages generated by user processes. This is the default priority for messages
       70 +from programs or facilities not listed in this file.
  65   71  .RE
  66   72  
  67   73  .sp
  68   74  .ne 2
  69   75  .na
  70   76  \fB\fBmail\fR\fR
  71   77  .ad
  72   78  .RS 12n
  73   79  The mail system.
  74   80  .RE
  75   81  
  76   82  .sp
  77   83  .ne 2
  78   84  .na
  79   85  \fB\fBdaemon\fR\fR
  80   86  .ad
  81   87  .RS 12n
  82      -System daemons, such as \fBin.ftpd\fR(1M)
       88 +Various system daemons.
  83   89  .RE
  84   90  
  85   91  .sp
  86   92  .ne 2
  87   93  .na
  88   94  \fB\fBauth\fR\fR
  89   95  .ad
  90   96  .RS 12n
  91   97  The authorization system: \fBlogin\fR(1), \fBsu\fR(1M), \fBgetty\fR(1M), among
  92   98  others.
↓ open down ↓ 23 lines elided ↑ open up ↑
 116  122  \fB\fBuucp\fR\fR
 117  123  .ad
 118  124  .RS 12n
 119  125  Designated for the UUCP system; it does not currently use the \fBsyslog\fR
 120  126  mechanism.
 121  127  .RE
 122  128  
 123  129  .sp
 124  130  .ne 2
 125  131  .na
 126      -\fB\fBcron\fR\fR
      132 +\fB\fBaltcron\fR\fR
 127  133  .ad
 128  134  .RS 12n
 129      -Designated for \fBcron\fR/\fBat\fR messages generated by systems that do
 130      -logging through \fBsyslog\fR. The current version of the Solaris Operating
 131      -Environment does not use this facility for logging.
      135 +Designated for the BSD cron/at system.
 132  136  .RE
 133  137  
 134  138  .sp
 135  139  .ne 2
 136  140  .na
      141 +\fB\fBauthpriv\fR\fR
      142 +.ad
      143 +.RS 12n
      144 +Designated for the BSD security/authorization system.
      145 +.RE
      146 +
      147 +.sp
      148 +.ne 2
      149 +.na
      150 +\fB\fBftp\fR\fR
      151 +.ad
      152 +.RS 12n
      153 +Designated for the file transfer system.
      154 +The current version of \fBin.ftpd\fR(1M) does not use this facility
      155 +for logging.
      156 +.RE
      157 +
      158 +.sp
      159 +.ne 2
      160 +.na
      161 +\fB\fBntp\fR\fR
      162 +.ad
      163 +.RS 12n
      164 +Designated for the network time system.
      165 +.RE
      166 +
      167 +.sp
      168 +.ne 2
      169 +.na
 137  170  \fB\fBaudit\fR\fR
 138  171  .ad
 139  172  .RS 12n
 140  173  Designated for audit messages generated by systems that audit by means of
 141  174  syslog.
 142  175  .RE
 143  176  
      177 +.sp
      178 +.ne 2
      179 +.na
      180 +\fB\fBconsole\fR\fR
      181 +.ad
      182 +.RS 12n
      183 +Designated for the BSD console system.
      184 +.RE
      185 +
      186 +.sp
      187 +.ne 2
      188 +.na
      189 +\fB\fBcron\fR\fR
      190 +.ad
      191 +.RS 12n
      192 +Designated for \fBcron\fR/\fBat\fR messages generated by systems that do
      193 +logging through \fBsyslog\fR.
      194 +The current versions of \fBcron\fR and \fBat\fR do not use this facility
      195 +for logging.
      196 +.RE
      197 +
 144  198  .sp
 145  199  .ne 2
 146  200  .na
 147  201  \fB\fBlocal0-7\fR\fR
 148  202  .ad
 149  203  .RS 12n
 150  204  Designated for local use.
 151  205  .RE
 152  206  
 153  207  .sp
↓ open down ↓ 222 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX