Carl Meyer
|
343004c4de
Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error emails when DEBUG is True in projects with no explicit LOGGING setting. Thanks to Andreas Pelme for report and patch.
|
13 years ago |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 years ago |
Carl Meyer
|
43503b093a
Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG setting.
|
13 years ago |
Ramiro Morales
|
dff31de20a
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch.
|
13 years ago |
Luke Plant
|
45e55b9143
Fixed #14614 - filtering of sensitive information in 500 error reports.
|
13 years ago |
Jannis Leidel
|
49f57a5d28
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
|
13 years ago |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
13 years ago |
Timo Graham
|
449e84a2f1
Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth for the report; jonash for the patch.
|
13 years ago |
Adrian Holovaty
|
94af19c43f
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
13 years ago |
Russell Keith-Magee
|
2f3bf2830d
Made the English in r15897 much betterer.
|
13 years ago |
Russell Keith-Magee
|
62865b4cde
Fixed #15527 -- Added a explanatory note about the SQL debug log. Thanks to boxm for the report, and jpaulett for the draft patch
|
13 years ago |
Adrian Holovaty
|
304a50d8ca
Fixed #15603 -- Changed the traceback error e-mails not to use HTML by default. It's now configurable with an 'include_html' parameter to AdminEmailHandler. Thanks, kmtracey
|
13 years ago |
Adrian Holovaty
|
2ee7cfcf1c
Corrected email --> e-mail in topics/logging.txt. Refs #15603
|
13 years ago |
Gabriel Hurley
|
66312066a0
Fixed #14861 -- Added an admonition about the potential for circular imports with custom logging handlers (which produces an extremely confusing error message) to the logging docs. Thanks to donspaulding for the report and adamv for the patch.
|
14 years ago |
Alex Gaynor
|
6fc7d829dc
Fixed #14923 -- corrected a typo in the logging documentation. Thanks to David Foerster for the report.
|
14 years ago |
Russell Keith-Magee
|
a904e55859
Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.
|
14 years ago |
Russell Keith-Magee
|
fea159282b
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Thanks to Łukasz Rekucki for the report, and to Luke Plant for original patch this was based on.
|
14 years ago |
Russell Keith-Magee
|
57aeb54279
Fixed #14397 -- Corrected some typos in the logging configuration example. Thanks to hunterford for the report.
|
14 years ago |
Russell Keith-Magee
|
63d960ca25
Refs #14388 -- ... and corrected the naming of a formatter in the sample logging config.
|
14 years ago |
Russell Keith-Magee
|
9e153a31ee
Refs #14388 -- Corrected another spelling erorr.
|
14 years ago |
Russell Keith-Magee
|
240f68e4e5
Fixed #14388 -- Corrected some typos in the logging docs. Thanks to varikin, gremmie, Ramiro Morales and Gabriel Hurley for the reviews.
|
14 years ago |
Russell Keith-Magee
|
24acca4139
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draft patch, and to the many people who gave feedback during development of the patch.
|
14 years ago |