File: ref-error_log.html

package info (click to toggle)
cupsys 1.2.7-4%2Betch9
  • links: PTS
  • area: main
  • in suites: etch
  • size: 20,436 kB
  • ctags: 10,404
  • sloc: ansic: 97,130; cpp: 49,167; java: 6,199; sh: 4,723; makefile: 1,918; lisp: 232; perl: 145; python: 119; php: 28
file content (52 lines) | stat: -rw-r--r-- 1,535 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<HTML>
<!-- SECTION: References -->
<HEAD>
	<TITLE>error_log</TITLE>
</HEAD>
<BODY>

<P>The <VAR>error_log</VAR> file lists messages from the
scheduler - errors, warnings, etc. The <A
HREF="ref-cupsd-conf.html#LogLevel"><CODE>LogLevel</CODE></A>
directive controls which messages are logged:</P>

<P CLASS="command">

level date-time message<BR>

<BR>

I [20/May/1999:19:18:28 +0000] Job 1 queued on 'DeskJet' by 'mike'.<BR>

I [20/May/1999:19:21:02 +0000] Job 2 queued on 'DeskJet' by 'mike'.<BR>

I [20/May/1999:19:22:24 +0000] Job 2 was cancelled by 'mike'.<BR>

</P>

<P>The <I>level</I> field contains the type of message:</P>

<UL>

	<LI><CODE>A</CODE> - Alert message (LogLevel alert)
	<LI><CODE>C</CODE> - Critical error message (LogLevel crit)
	<LI><CODE>D</CODE> - Debugging message (LogLevel debug)
	<LI><CODE>d</CODE> - Detailed debugging message (LogLevel debug2)
	<LI><CODE>E</CODE> - Normal error message (LogLevel error)
	<LI><CODE>I</CODE> - Informational message (LogLevel info)
	<LI><CODE>N</CODE> - Notice message (LogLevel notice)
	<LI><CODE>W</CODE> - Warning message (LogLevel warn)
	<LI><CODE>X</CODE> - Emergency error message (LogLevel emerg)

</UL>

<P>The <I>date-time</I> field contains the date and time of when
the page started printing. The format of this field is identical
to the <I>data-time</I> field in the <VAR>access_log</VAR> file.</P>

<P>The <I>message</I> fields contains a free-form textual
message. Messages from job filters are prefixed with "<CODE>[Job
NNN]</CODE>".</P>

</BODY>
</HTML>