]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/ref-cupsd-conf.html.in
Merge changes from CUPS 1.4svn-r7715.
[thirdparty/cups.git] / doc / help / ref-cupsd-conf.html.in
index b61ef0b66fc264298ed1f912ac3eda461b146652..37ddc448a1dd9c36f768fbcd5a3095be5f6476af 100644 (file)
@@ -71,6 +71,38 @@ information to the system log instead of a plain file.</P>
 <VAR>@CUPS_LOGDIR@/access_log</VAR>.</P>
 
 
+<H2 CLASS="title"><A NAME="AccessLogLevel">AccessLogLevel</A></H2>
+
+<H3>Examples</H3>
+
+<PRE CLASS="command">
+AccessLogLevel config
+AccessLogLevel actions
+AccessLogLevel all
+</PRE>
+
+<H3>Description</H3>
+
+<P>The <CODE>AccessLogLevel</CODE> directive controls which requests are logged
+to the access log file. The following levels are defined:</P>
+
+<UL>
+
+       <LI><CODE>config</CODE>; Log when printers and classes are added,
+       deleted, or modified and when configuration files are accessed or
+       updated.</LI>
+
+       <LI><CODE>actions</CODE>; Log when print jobs are submitted,
+       held, released, modified, or canceled, and any of the conditions
+       for <CODE>config</CODE>.</LI>
+
+       <LI><CODE>all</CODE>; Log all requests.</LI>
+
+</UL>
+
+<P>The default access log level is <CODE>@CUPS_ACCESS_LOG_LEVEL@</CODE>.</P>
+
+
 <H2 CLASS="title"><A NAME="Allow">Allow</A></H2>
 
 <H3>Examples</H3>
@@ -1884,7 +1916,7 @@ everything under the preceding levels):</P>
        <LI><CODE>notice</CODE> - Log temporary error conditions</LI>
 
        <LI><CODE>info</CODE> - Log all requests and state
-       changes (default)</LI>
+       changes</LI>
 
        <LI><CODE>debug</CODE> - Log basic debugging
        information</LI>
@@ -1894,6 +1926,8 @@ everything under the preceding levels):</P>
 
 </UL>
 
+<p>The default <code>LogLevel</code> is <code>@CUPS_LOG_LEVEL@</code>.</p>
+
 
 <H2 CLASS="title"><A NAME="MaxClients">MaxClients</A></H2>