From 2ba75b4b9aaaeb33bee72893622f2833dd47d6c1 Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Fri, 9 Sep 2005 03:57:44 +0000 Subject: Bug 165589: Add error logging support to Bugzilla (Docs Part) Patch by: A. Karl Kornel ; r=colin.ogilvie --- docs/xml/troubleshooting.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/xml/troubleshooting.xml b/docs/xml/troubleshooting.xml index e3b54b6e8..fa21d579b 100644 --- a/docs/xml/troubleshooting.xml +++ b/docs/xml/troubleshooting.xml @@ -1,5 +1,5 @@ - + Troubleshooting @@ -29,6 +29,19 @@ fix the problem. If not, see below for some commonly-encountered errors. If that doesn't help, post the errors to the newsgroup. + + + Bugzilla can also log all user-based errors (and many code-based errors) + that occur, without polluting the web server error log. To enable + Bugzilla error logging, create a file that Bugzilla can write to, named + errorlog, in the Bugzilla data + directory. Errors will be logged as they occur, and will include the type + of the error, the IP address and username (if available) of the user who + triggered the error, and the values of all environment variables; if a + form was being submitted, the data in the form will also be included. + To disable error logging, delete or rename the + errorlog file. +
-- cgit v1.2.3-24-g4f1b