cc2aa59542
changed relating to related added Dashboard prior to log Change-Id: I616238a7b38ee57303898cf57290c0a5da6cf715
38 lines
1.4 KiB
XML
38 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>
|