a6bce01980
The XML root element of Docbook XML files should match the following format: <ELEMENT xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="section_dashboard-logs">
|
|
<title>Dashboard log files</title>
|
|
<para>The dashboard is served to users through the Apache web
|
|
server (<systemitem>httpd</systemitem>).</para>
|
|
<para>As a result, dashboard-related logs appear in files in the
|
|
<filename>/var/log/httpd</filename> or
|
|
<filename>/var/log/apache2</filename> directory on the
|
|
system where the dashboard is hosted. The following table
|
|
describes these files:</para>
|
|
<table rules="all" width="80%">
|
|
<caption>Dashboard/httpd log files</caption>
|
|
<col width="25%"/>
|
|
<col width="75%"/>
|
|
<thead>
|
|
<tr>
|
|
<td>Log file</td>
|
|
<td>Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><filename>access_log</filename></td>
|
|
<td>Logs all attempts to access the web server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><filename>error_log</filename></td>
|
|
<td>Logs all unsuccessful attempts to access the web
|
|
server, along with the reason that each attempt
|
|
failed.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|