summaryrefslogtreecommitdiff
path: root/docs/topics/logging.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru2018-11-291-0/+5
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-101-2/+2
* Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah2018-05-041-1/+2
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-171-1/+1
* Clarified who the AdminEmailHandler emails.Frédéric Massart2017-11-211-7/+7
* Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.Chris Lamb2017-11-181-2/+4
* Refs #27175 -- Removed exception silencing from the {% include %} template tag.Tim Graham2017-09-221-5/+0
* Fixed #27931 -- Clarified the meaning of "django catch-all logger."Kim DoHyeon2017-08-221-7/+8
* Fixed typo in documented number of logging filters.Adrien Brunet2017-08-211-1/+1
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-6/+0
* Fixed outdated log level in docs/topics/logging.txt.André Cruz2017-01-121-1/+1
* Fixed typo in docs/topics/logging.txtJohn-Scott Atlakson2016-06-221-1/+1
* Fixed #26628 -- Changed CSRF logger to django.security.csrf.Holly Becker2016-06-041-4/+11
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-12/+0
* Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham2016-05-081-9/+6
* Fixed #26157 #25321 -- Added sql/params to extra context of schema loggerMarkus Holtermann2016-03-151-0/+7
* Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham2016-01-141-3/+0
* Fixed #25684 -- Made runserver use logging for request/response output.Flavio Curella2016-01-111-0/+23
* Fixed #25959 -- Updated logging example to use the django logger.Varun Sharma2015-12-241-3/+5
* De-emphasized use of NullHandler in logging docs.Neal Todd2015-11-181-19/+23
* Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov2015-11-171-1/+3
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-2/+0
* Refs #25373 -- Doc'd logging of exceptions during {% include %} rendering.Tim Graham2015-09-231-2/+8
* Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham2015-04-241-19/+22
* Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson2015-03-271-0/+10
* Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham2015-03-241-27/+78
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-2/+0
* Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn2015-01-121-0/+2
* Used https for most *.python.org linksClaude Paroz2014-12-191-2/+2
* Fixed #22407 -- Added AdminEmailHandler.send_mail().Berker Peksag2014-11-151-1/+8
* Fixed pep8 in docs/topics/logging.txtIan Lee2014-10-151-1/+1
* Added link to LogRecord attributes in logging.txtGabe Jackson2014-09-111-2/+3
* Fixed syntax highlighting and indentation in docs/topics/logging.txt.areski2014-08-151-30/+41
* Fixed #23278 -- Documented django.db.backends.schema loggerareski2014-08-151-1/+10
* Fix a typo in logging.txtZhaorong Ma2014-04-281-1/+1
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-2/+0
* Fixed #21484 -- Documented that SQL logging does not include "framework level...Tim Graham2013-12-311-3/+8
* Fixed #21714 -- Moved logging configuration to global setup()Claude Paroz2013-12-311-5/+3
* Fixed #19395 -- Added a simple example logging config.Tim Graham2013-12-311-4/+33
* Updated a bunch of hyperlinks in documentationClaude Paroz2013-12-081-1/+1
* Fixed #21425 -- Made order in which loggers are introduced consistent.Tim Graham2013-11-151-4/+4
* Reworded a paragraph in the logging docs.Ramiro Morales2013-09-161-8/+10
* Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz2013-08-271-2/+3
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-7/+0
* Relied on NullHandler from the logging stdlib module.Aymeric Augustin2013-07-011-1/+1
* Deprecated django.utils.dictconfig.Aymeric Augustin2013-07-011-9/+0
* Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-251-1/+30
* Corrected "it's" to "its" when used possessively.Thomas Thurman2013-04-291-1/+1
* Added missing markup to docs.Tim Graham2013-03-221-6/+6