mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.6.x] Fixed pep8 in docs/topics/logging.txt
Backport of 947af46db3 from master
			
			
This commit is contained in:
		| @@ -295,7 +295,7 @@ Second, here's an example of a fairly complex logging setup, configured using | ||||
|                 'level': 'DEBUG', | ||||
|                 'class': 'django.utils.log.NullHandler', | ||||
|             }, | ||||
|             'console':{ | ||||
|             'console': { | ||||
|                 'level': 'DEBUG', | ||||
|                 'class': 'logging.StreamHandler', | ||||
|                 'formatter': 'simple' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user