This file is indexed.

/usr/share/doc/lire/user-manual/ch18s02.html is in lire-doc 2:2.1.1-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Log Messages</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire User's Manual"><link rel="up" href="ch18.html" title="Chapter 18. Lire Logging and Error Messages"><link rel="prev" href="ch18.html" title="Chapter 18. Lire Logging and Error Messages"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Log Messages</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch18.html">Prev</a> </td><th width="60%" align="center">Chapter 18. <span class="application">Lire</span> Logging and Error Messages</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="section" title="Log Messages"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id385709"></a>Log Messages</h2></div></div></div><p>Each log message has a level, which is one of:
	  
	</p><div class="variablelist"><dl><dt><span class="term">emerg</span></dt><dd><p>system is unusable</p></dd><dt><span class="term">alert</span></dt><dd><p>action must be taken immediately</p></dd><dt><span class="term">crit</span></dt><dd><p>critical conditions</p></dd><dt><span class="term">err</span></dt><dd><p>error conditions</p></dd><dt><span class="term">warning</span></dt><dd><p>warning conditions</p></dd><dt><span class="term">notice</span></dt><dd><p>normal, but significant, condition</p></dd><dt><span class="term">info</span></dt><dd><p>informational message</p></dd><dt><span class="term">debug</span></dt><dd><p>debug-level message</p></dd></dl></div><p>
	  
	  See also syslog(3).
	</p><p>A complete <span class="application">Lire</span> message looks like
          </p><pre class="programlisting">
            superservice service lr_tag program level message
          </pre><p>

          where program is the name of the script producing the message.
          lr_tag is used to track different <span class="application">Lire</span> jobs.  E.g.

          </p><pre class="programlisting">
          www apache lr_tag-20010826081801-31102 lr_log2mail notice storing \
           /tmp/lr_log2mail.apache.lr_tag-20010826081801-31102.report in \
           /var/lib/lire/data/report/ascii/www/apache/complete/example.com_20010826/20010816092248-20010817114646
          </pre><p>

	</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch18.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch18.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Chapter 18. <span class="application">Lire</span> Logging and Error Messages </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>