index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
logging.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #29991 -- Doc'd logger propogation for the default logging config.
raratiru
2018-11-29
1
-0
/
+5
*
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-10-09
1
-1
/
+1
*
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-09-10
1
-2
/
+2
*
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-05-04
1
-1
/
+2
*
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-17
1
-1
/
+1
*
Clarified who the AdminEmailHandler emails.
Frédéric Massart
2017-11-21
1
-7
/
+7
*
Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.
Chris Lamb
2017-11-18
1
-2
/
+4
*
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
Tim Graham
2017-09-22
1
-5
/
+0
*
Fixed #27931 -- Clarified the meaning of "django catch-all logger."
Kim DoHyeon
2017-08-22
1
-7
/
+8
*
Fixed typo in documented number of logging filters.
Adrien Brunet
2017-08-21
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
1
-6
/
+0
*
Fixed outdated log level in docs/topics/logging.txt.
André Cruz
2017-01-12
1
-1
/
+1
*
Fixed typo in docs/topics/logging.txt
John-Scott Atlakson
2016-06-22
1
-1
/
+1
*
Fixed #26628 -- Changed CSRF logger to django.security.csrf.
Holly Becker
2016-06-04
1
-4
/
+11
*
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-20
1
-12
/
+0
*
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-05-08
1
-9
/
+6
*
Fixed #26157 #25321 -- Added sql/params to extra context of schema logger
Markus Holtermann
2016-03-15
1
-0
/
+7
*
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...
Tim Graham
2016-01-14
1
-3
/
+0
*
Fixed #25684 -- Made runserver use logging for request/response output.
Flavio Curella
2016-01-11
1
-0
/
+23
*
Fixed #25959 -- Updated logging example to use the django logger.
Varun Sharma
2015-12-24
1
-3
/
+5
*
De-emphasized use of NullHandler in logging docs.
Neal Todd
2015-11-18
1
-19
/
+23
*
Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Alex Morozov
2015-11-17
1
-1
/
+3
*
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
1
-2
/
+0
*
Refs #25373 -- Doc'd logging of exceptions during {% include %} rendering.
Tim Graham
2015-09-23
1
-2
/
+8
*
Fixed #24526 -- Combined django.request/security loggers with the root logger.
Tim Graham
2015-04-24
1
-19
/
+22
*
Fixed #18773 -- Added logging for template variable resolving
Caroline Simpson
2015-03-27
1
-0
/
+10
*
Fixed #24361 -- Clarified docs on reconfiguring logging.
Tim Graham
2015-03-24
1
-27
/
+78
*
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-02-01
1
-2
/
+0
*
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2015-01-12
1
-0
/
+2
*
Used https for most *.python.org links
Claude Paroz
2014-12-19
1
-2
/
+2
*
Fixed #22407 -- Added AdminEmailHandler.send_mail().
Berker Peksag
2014-11-15
1
-1
/
+8
*
Fixed pep8 in docs/topics/logging.txt
Ian Lee
2014-10-15
1
-1
/
+1
*
Added link to LogRecord attributes in logging.txt
Gabe Jackson
2014-09-11
1
-2
/
+3
*
Fixed syntax highlighting and indentation in docs/topics/logging.txt.
areski
2014-08-15
1
-30
/
+41
*
Fixed #23278 -- Documented django.db.backends.schema logger
areski
2014-08-15
1
-1
/
+10
*
Fix a typo in logging.txt
Zhaorong Ma
2014-04-28
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-24
1
-2
/
+0
*
Fixed #21484 -- Documented that SQL logging does not include "framework level...
Tim Graham
2013-12-31
1
-3
/
+8
*
Fixed #21714 -- Moved logging configuration to global setup()
Claude Paroz
2013-12-31
1
-5
/
+3
*
Fixed #19395 -- Added a simple example logging config.
Tim Graham
2013-12-31
1
-4
/
+33
*
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-12-08
1
-1
/
+1
*
Fixed #21425 -- Made order in which loggers are introduced consistent.
Tim Graham
2013-11-15
1
-4
/
+4
*
Reworded a paragraph in the logging docs.
Ramiro Morales
2013-09-16
1
-8
/
+10
*
Fixed #20981 -- Noted the default value of disable_existing_loggers.
Krzysztof Jurewicz
2013-08-27
1
-2
/
+3
*
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-19
1
-7
/
+0
*
Relied on NullHandler from the logging stdlib module.
Aymeric Augustin
2013-07-01
1
-1
/
+1
*
Deprecated django.utils.dictconfig.
Aymeric Augustin
2013-07-01
1
-9
/
+0
*
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-25
1
-1
/
+30
*
Corrected "it's" to "its" when used possessively.
Thomas Thurman
2013-04-29
1
-1
/
+1
*
Added missing markup to docs.
Tim Graham
2013-03-22
1
-6
/
+6
[next]