From 3b1cef54b08cd4a659a3509eb26f54955861ed7a Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" Date: Thu, 8 Sep 2005 20:57:44 +0000 Subject: [PATCH] Bug 165589: Add error logging support to Bugzilla (Docs Part) Patch by: A. Karl Kornel ; r=colin.ogilvie git-svn-id: svn://10.0.0.236/trunk@179867 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/docs/xml/troubleshooting.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml b/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml index 87955898d0c..ffb4cf919ba 100644 --- a/mozilla/webtools/bugzilla/docs/xml/troubleshooting.xml +++ b/mozilla/webtools/bugzilla/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. +