6ec12953bf
This patch adds the list of log files used by the dashboard / httpd services, along with a description of each. Change-Id: I842ccea9fdb0c6d721f5742c6848d02b277d5c73 Partial-Bug: #1282882
49 lines
1.5 KiB
XML
49 lines
1.5 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>Log files used by the dashboard</title>
|
|
<para>The dashboard is served to users through the Apache web
|
|
server (<systemitem>httpd</systemitem>). As a result, logs
|
|
relating to the dashboard appear in the following files in the
|
|
<filename>/var/log/httpd</filename> or
|
|
<filename>/var/log/apache2</filename>
|
|
directory of where the dashboard is hosted.</para>
|
|
<table rules="all">
|
|
<caption>Log files used by the dashboard/httpd</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<td>
|
|
Log file
|
|
</td>
|
|
<td>
|
|
Description
|
|
</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<filename>access_log</filename>
|
|
</td>
|
|
<td>
|
|
This file logs all attempts to access the web server.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<filename>error_log</filename>
|
|
</td>
|
|
<td>
|
|
This file logs all unsuccessful attempts to access the
|
|
web server, along with the reason each attempt/request
|
|
failed.
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|