small change to section_dashboard-log-files
changed relating to related added Dashboard prior to log Change-Id: I616238a7b38ee57303898cf57290c0a5da6cf715
This commit is contained in:
parent
9c5161336d
commit
cc2aa59542
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user