]> granicus.if.org Git - apache/commitdiff
Document `ErrorLog syslog:facility' variant of error logging.
authorRalf S. Engelschall <rse@apache.org>
Sat, 3 Oct 1998 13:38:31 +0000 (13:38 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sat, 3 Oct 1998 13:38:31 +0000 (13:38 +0000)
Requested by: Youichirou Koga <y-koga@jp.FreeBSD.org>
Performed by: Ralf S. Engelschall
PR: 3096

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82204 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 51101cbd57d90cebffdeb370a7e5b0eb2f22e890..a145c81bc926f7d1494c8fa01e34e353e64ad7d5 100644 (file)
@@ -812,7 +812,7 @@ responses.</A><P><HR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM>|<CODE>syslog</CODE>
+><STRONG>Syntax:</STRONG></A> ErrorLog ><EM>filename</EM>|<CODE>syslog[:facility]</CODE>
 <BR>
 <A
  HREF="directive-dict.html#Default"
@@ -835,7 +835,10 @@ spawn to handle the error log.
 
 <P><STRONG>Apache 1.3 and above:</STRONG>
 Using <CODE>syslog</CODE> instead of a filename enables logging via syslogd(8)
-if the system supports it.
+if the system supports it. The default is to use syslog facility
+<CODE>local7</CODE>, but you can override this by using the
+<CODE>syslog:</CODE><EM>facility</EM> syntax where <EM>facility</EM> can be
+one of the names usually documented in syslog(1).
 
 <P>
 SECURITY: See the