summaryrefslogtreecommitdiff
path: root/docs/topics/logging.txt
AgeCommit message (Expand)Author
2018-11-29Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2017-11-21Clarified who the AdminEmailHandler emails.Frédéric Massart
2017-11-18Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.Chris Lamb
2017-09-22Refs #27175 -- Removed exception silencing from the {% include %} template tag.Tim Graham
2017-08-22Fixed #27931 -- Clarified the meaning of "django catch-all logger."Kim DoHyeon
2017-08-21Fixed typo in documented number of logging filters.Adrien Brunet
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-12Fixed outdated log level in docs/topics/logging.txt.André Cruz
2016-06-22Fixed typo in docs/topics/logging.txtJohn-Scott Atlakson
2016-06-04Fixed #26628 -- Changed CSRF logger to django.security.csrf.Holly Becker
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-03-15Fixed #26157 #25321 -- Added sql/params to extra context of schema loggerMarkus Holtermann
2016-01-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham
2016-01-11Fixed #25684 -- Made runserver use logging for request/response output.Flavio Curella
2015-12-24Fixed #25959 -- Updated logging example to use the django logger.Varun Sharma
2015-11-18De-emphasized use of NullHandler in logging docs.Neal Todd
2015-11-17Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #25373 -- Doc'd logging of exceptions during {% include %} rendering.Tim Graham
2015-04-24Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
2015-03-24Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham
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