From: mozilla%colinogilvie.co.uk <> Date: Fri, 4 Apr 2008 11:48:18 +0000 (+0000) Subject: Bug 165589: Add error logging support to Bugzilla (Docs Part) X-Git-Tag: bugzilla-3.1.4~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5988c4aea7d7dbed0b745f690994d583de406be;p=thirdparty%2Fbugzilla.git Bug 165589: Add error logging support to Bugzilla (Docs Part) Patch by: A. Karl Kornel ; r=colin.ogilvie --- diff --git a/docs/en/xml/troubleshooting.xml b/docs/en/xml/troubleshooting.xml index 01ac7fff75..43b1521faa 100644 --- a/docs/en/xml/troubleshooting.xml +++ b/docs/en/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. +