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. +
+