Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/topics/logging.txt
Commit message (Expand)AuthorAgeFilesLines
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-2/+0
* Refs #25373 -- Doc'd logging of exceptions during {% incl...Tim Graham2015-09-231-2/+8
* Fixed #24526 -- Combined django.request/security loggers ...Tim Graham2015-04-241-19/+22
* Fixed #18773 -- Added logging for template variable resol...Caroline Simpson2015-03-281-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-021-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-161-1/+1
* Added link to LogRecord attributes in logging.txtGabe Jackson2014-09-111-2/+3
* Fixed syntax highlighting and indentation in docs/topics/...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 incl...Tim Graham2013-12-311-3/+8
* Fixed #21714 -- Moved logging configuration to global set...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 introduce...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_existi...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 ...Preston Holmes2013-05-261-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
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-6/+6
* Tiny typo fixed in logging docsDaniele Procida2013-01-011-1/+1
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-4/+0
* Merge branch 'ticket_19325' of https://github.com/hanness...Jannis Leidel2012-11-221-1/+18
|\
| * Fixed #19325 - Made email backend of AdminEmailHandler co...Hannes Struss2012-11-201-1/+18
|/
* fixed a broken link in the docsAlex Gaynor2012-11-131-1/+1
* Correct link to SentryDavid Cramer2012-11-131-2/+2
* Fixed #18993 -- 'django' logger logs to console when DEBU...Claude Paroz2012-09-291-2/+18
* Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz2012-09-291-0/+22
* Fixed #14861 -- Moved logging config outside of Settings....Claude Paroz2012-09-241-30/+0
* Fixed #18934 - Removed versionadded/changed annotations f...Tim Graham2012-09-211-2/+0
* Fixes docs typoCamilo Nova2012-09-151-6/+6
* Fixed #17069 -- Added log filter example to docs.Michael Johnson2012-08-211-0/+29
* Fixed #17680 - Clarified when logging is configured.Tim Graham2012-08-101-4/+5
* Fixed #18601 -- Specified that Python minimum version is ...Preston Holmes2012-07-131-2/+2
* Fixed #17900 -- StreamHandler output defaults to stderr. ...Claude Paroz2012-03-151-1/+1
* Fixed #17330 -- Fixed error in logging.txt. Thanks, jblaineAdrian Holovaty2011-12-171-4/+4
* Fixed many more ReST indentation errors, somehow accident...Luke Plant2011-10-141-71/+70
* Fixed #16568 -- Added RequireDebugFalse filter to prevent...Carl Meyer2011-09-161-4/+9
* Converted links to external topics so they use intersphin...Ramiro Morales2011-09-041-6/+4
* Fixed #16288 -- Enabled django.request exception logger r...Carl Meyer2011-06-221-0/+34
* Fixed #16155 -- Removed Python 2.4 compatibility construc...Ramiro Morales2011-06-091-8/+0