Commit 7cf82bb9 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Document `ErrorLog syslog:facility' variant of error logging.

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
parent 3dfb6b39
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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