From 6ec12953bf300c1d2f2bd91432fbbbc18415997b Mon Sep 17 00:00:00 2001 From: Don Domingo Date: Thu, 27 Feb 2014 17:05:56 +1000 Subject: [PATCH] Add list of service log files used by dashboard 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 --- .../ch_dashboardconfigure.xml | 1 + .../dashboard/section_dashboard-log-files.xml | 48 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 doc/config-reference/dashboard/section_dashboard-log-files.xml diff --git a/doc/config-reference/ch_dashboardconfigure.xml b/doc/config-reference/ch_dashboardconfigure.xml index cd9651891e..b0914f9026 100644 --- a/doc/config-reference/ch_dashboardconfigure.xml +++ b/doc/config-reference/ch_dashboardconfigure.xml @@ -9,4 +9,5 @@ + diff --git a/doc/config-reference/dashboard/section_dashboard-log-files.xml b/doc/config-reference/dashboard/section_dashboard-log-files.xml new file mode 100644 index 0000000000..46c14b6318 --- /dev/null +++ b/doc/config-reference/dashboard/section_dashboard-log-files.xml @@ -0,0 +1,48 @@ + +
+ Log files used by the dashboard + The dashboard is served to users through the Apache web + server (httpd). As a result, logs + relating to the dashboard appear in the following files in the + /var/log/httpd or + /var/log/apache2 + directory of where the dashboard is hosted. + + + + + + + + + + + + + + + + + + + + +
Log files used by the dashboard/httpd
+ Log file + + Description +
+ access_log + + This file logs all attempts to access the web server. +
+ error_log + + This file logs all unsuccessful attempts to access the + web server, along with the reason each attempt/request + failed. +
+