diff options
author | mozilla%colinogilvie.co.uk <> | 2005-09-09 05:57:44 +0200 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2005-09-09 05:57:44 +0200 |
commit | 2ba75b4b9aaaeb33bee72893622f2833dd47d6c1 (patch) | |
tree | 36adc7cfdac58b8d9c40d3c07488f4a26014135b /docs/xml | |
parent | 53cf3d5457ddbeb7d03d1d6a56c203d160ce0e8a (diff) | |
download | bugzilla-2ba75b4b9aaaeb33bee72893622f2833dd47d6c1.tar.gz bugzilla-2ba75b4b9aaaeb33bee72893622f2833dd47d6c1.tar.xz |
Bug 165589: Add error logging support to Bugzilla (Docs Part)
Patch by: A. Karl Kornel <karl@kornel.name>; r=colin.ogilvie
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/troubleshooting.xml | 15 |
1 files changed, 14 insertions, 1 deletions
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 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: troubleshooting.xml,v 1.5 2005/02/05 04:31:46 travis%sedsystems.ca Exp $ --> +<!-- $Id: troubleshooting.xml,v 1.6 2005/09/08 20:57:44 mozilla%colinogilvie.co.uk Exp $ --> <appendix id="troubleshooting"> <title>Troubleshooting</title> @@ -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. </para> + + <para> + 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 + <filename>errorlog</filename>, in the Bugzilla <filename>data</filename> + 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 + <filename>errorlog</filename> file. + </para> </section> <section id="trbl-testserver"> |