summaryrefslogtreecommitdiff
path: root/docs/topics/logging.txt
AgeCommit message (Expand)Author
2013-03-22Added missing markup to docs.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-01Tiny typo fixed in logging docsDaniele Procida
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-11-22Merge branch 'ticket_19325' of https://github.com/hannesstruss/django into ha...Jannis Leidel
2012-11-20Fixed #19325 - Made email backend of AdminEmailHandler configurableHannes Struss
2012-11-13fixed a broken link in the docsAlex Gaynor
2012-11-13Correct link to SentryDavid Cramer
2012-09-29Fixed #18993 -- 'django' logger logs to console when DEBUG=TrueClaude Paroz
2012-09-29Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz
2012-09-24Fixed #14861 -- Moved logging config outside of Settings.__init__Claude Paroz
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-15Fixes docs typoCamilo Nova
2012-08-21Fixed #17069 -- Added log filter example to docs.Michael Johnson
2012-08-10Fixed #17680 - Clarified when logging is configured.Tim Graham
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
2012-03-15Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for th...Claude Paroz
2011-12-17Fixed #17330 -- Fixed error in logging.txt. Thanks, jblaineAdrian Holovaty
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-16Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...Carl Meyer
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-04-24Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth...Timo Graham
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-22Made the English in r15897 much betterer.Russell Keith-Magee
2011-03-22Fixed #15527 -- Added a explanatory note about the SQL debug log. Thanks to b...Russell Keith-Magee
2011-03-16Fixed #15603 -- Changed the traceback error e-mails not to use HTML by defaul...Adrian Holovaty
2011-03-16Corrected email --> e-mail in topics/logging.txt. Refs #15603Adrian Holovaty
2011-02-07Fixed #14861 -- Added an admonition about the potential for circular imports ...Gabriel Hurley
2010-12-19Fixed #14923 -- corrected a typo in the logging documentation. Thanks to Dav...Alex Gaynor
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-06Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...Russell Keith-Magee
2010-10-06Fixed #14397 -- Corrected some typos in the logging configuration example. Th...Russell Keith-Magee
2010-10-05Refs #14388 -- ... and corrected the naming of a formatter in the sample logg...Russell Keith-Magee
2010-10-05Refs #14388 -- Corrected another spelling erorr.Russell Keith-Magee
2010-10-05Fixed #14388 -- Corrected some typos in the logging docs. Thanks to varikin, ...Russell Keith-Magee
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee