]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/ref-error_log.html
Update more man pages.
[thirdparty/cups.git] / doc / help / ref-error_log.html
CommitLineData
ef416fc2 1<HTML>
2<!-- SECTION: References -->
3<HEAD>
4 <TITLE>error_log</TITLE>
178cb736 5 <LINK REL="STYLESHEET" TYPE="text/css" HREF="../cups-printable.css">
ef416fc2 6</HEAD>
7<BODY>
8
178cb736
MS
9<H1 CLASS="title">error_log</H1>
10
ef416fc2 11<P>The <VAR>error_log</VAR> file lists messages from the
12scheduler - errors, warnings, etc. The <A
4744bd90 13HREF="ref-cupsd-conf.html#LogLevel"><CODE>LogLevel</CODE></A>
ef416fc2 14directive controls which messages are logged:</P>
15
16<P CLASS="command">
17
18level date-time message<BR>
19
20<BR>
21
22I [20/May/1999:19:18:28 +0000] Job 1 queued on 'DeskJet' by 'mike'.<BR>
23
24I [20/May/1999:19:21:02 +0000] Job 2 queued on 'DeskJet' by 'mike'.<BR>
25
26I [20/May/1999:19:22:24 +0000] Job 2 was cancelled by 'mike'.<BR>
27
28</P>
29
30<P>The <I>level</I> field contains the type of message:</P>
31
32<UL>
33
34 <LI><CODE>A</CODE> - Alert message (LogLevel alert)
35 <LI><CODE>C</CODE> - Critical error message (LogLevel crit)
36 <LI><CODE>D</CODE> - Debugging message (LogLevel debug)
37 <LI><CODE>d</CODE> - Detailed debugging message (LogLevel debug2)
38 <LI><CODE>E</CODE> - Normal error message (LogLevel error)
39 <LI><CODE>I</CODE> - Informational message (LogLevel info)
40 <LI><CODE>N</CODE> - Notice message (LogLevel notice)
41 <LI><CODE>W</CODE> - Warning message (LogLevel warn)
42 <LI><CODE>X</CODE> - Emergency error message (LogLevel emerg)
43
44</UL>
45
46<P>The <I>date-time</I> field contains the date and time of when
47the page started printing. The format of this field is identical
48to the <I>data-time</I> field in the <VAR>access_log</VAR> file.</P>
49
50<P>The <I>message</I> fields contains a free-form textual
51message. Messages from job filters are prefixed with "<CODE>[Job
52NNN]</CODE>".</P>
53
54</BODY>
55</HTML>