Use consistent log handler for django.template module
Change-Id: Iecfc2ceb1490c119947594c470843e42553d9cd0 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -911,7 +911,8 @@ LOGGING = {
|
||||
# is VERY noisy and it is output even for valid cases,
|
||||
# so set the default log level of django.template to INFO.
|
||||
'django.template': {
|
||||
'handlers': ['console'],
|
||||
# 'handlers': ['console'],
|
||||
'handlers': ['<%= @log_handlers.join("', '") %>'],
|
||||
'level': '<%= @django_template_log_level %>',
|
||||
'propagate': False,
|
||||
},
|
||||
|
Reference in New Issue
Block a user