From: Ralf S. Engelschall Date: Sat, 3 Oct 1998 13:38:31 +0000 (+0000) Subject: Document `ErrorLog syslog:facility' variant of error logging. X-Git-Tag: 1.3.3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffa03a35f4d57ece931c78640940ccdea95a9029;p=apache Document `ErrorLog syslog:facility' variant of error logging. Requested by: Youichirou Koga 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 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 51101cbd57..a145c81bc9 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -812,7 +812,7 @@ responses.


Syntax: ErrorLog filename|syslog +>Syntax: ErrorLog >filename|syslog[:facility]
Apache 1.3 and above: Using syslog 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 +local7, but you can override this by using the +syslog:facility syntax where facility can be +one of the names usually documented in syslog(1).

SECURITY: See the