summaryrefslogtreecommitdiff
path: root/docs/topics/logging.txt
AgeCommit message (Expand)Author
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-11-15Fixed #22407 -- Added AdminEmailHandler.send_mail().Berker Peksag
2014-10-15Fixed pep8 in docs/topics/logging.txtIan Lee
2014-09-11Added link to LogRecord attributes in logging.txtGabe Jackson
2014-08-15Fixed syntax highlighting and indentation in docs/topics/logging.txt.areski
2014-08-15Fixed #23278 -- Documented django.db.backends.schema loggerareski
2014-04-28Fix a typo in logging.txtZhaorong Ma
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2013-12-31Fixed #21484 -- Documented that SQL logging does not include "framework level...Tim Graham
2013-12-31Fixed #21714 -- Moved logging configuration to global setup()Claude Paroz
2013-12-31Fixed #19395 -- Added a simple example logging config.Tim Graham
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-11-15Fixed #21425 -- Made order in which loggers are introduced consistent.Tim Graham
2013-09-16Reworded a paragraph in the logging docs.Ramiro Morales
2013-08-27Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-01Relied on NullHandler from the logging stdlib module.Aymeric Augustin
2013-07-01Deprecated django.utils.dictconfig.Aymeric Augustin
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-04-29Corrected "it's" to "its" when used possessively.Thomas Thurman
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