Author: russellm
Date: 2010-10-04 20:44:12 -0500 (Mon, 04 Oct 2010)
New Revision: 13984
Modified:
django/trunk/docs/topics/logging.txt
Log:
Refs #14388 -- ... and corrected the naming of a formatter in the sample
logging config.
Modified: django/trunk/docs/topics/logging.txt
===================================================================
--- django/trunk/docs/topics/logging.txt 2010-10-05 01:42:20 UTC (rev
13983)
+++ django/trunk/docs/topics/logging.txt 2010-10-05 01:44:12 UTC (rev
13984)
@@ -241,7 +241,7 @@
'version': 1,
'disable_existing_loggers': True,
'formatters': {
- 'explicit': {
+ 'verbose': {
'format': '%(levelname)s %(asctime)s %(module)s %(process)d
%(thread)d %(message)s'
},
'simple': {
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.