small change to section_dashboard-log-files

changed relating to related
added Dashboard prior to log

Change-Id: I616238a7b38ee57303898cf57290c0a5da6cf715
This commit is contained in:
shilla-saebi 2014-06-03 13:14:31 -04:00 committed by Diane Fleming
parent 9c5161336d
commit cc2aa59542

View File

@ -3,46 +3,35 @@
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>
<title>Dashboard log files</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%"/>
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>
<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>
<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>
</section>