mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Amended comment to remove reference to the no longer used NullHandler
This commit is contained in:
		| @@ -15,7 +15,8 @@ from django.views.debug import ExceptionReporter | ||||
|  | ||||
| # Default logging for Django. This sends an email to the site admins on every | ||||
| # HTTP 500 error. Depending on DEBUG, all other log records are either sent to | ||||
| # the console (DEBUG=True) or discarded by mean of the NullHandler (DEBUG=False). | ||||
| # the console (DEBUG=True) or discarded (DEBUG=False) by means of the | ||||
| # require_debug_true filter. | ||||
| DEFAULT_LOGGING = { | ||||
|     'version': 1, | ||||
|     'disable_existing_loggers': False, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user