forgot to surround the file name variables with quotes
This commit is contained in:
parent
441859c7c4
commit
0ba56b2f3e
2 changed files with 2 additions and 2 deletions
|
|
@ -140,7 +140,7 @@ LOGGING = {
|
|||
'root': {
|
||||
# automatically set to level WARNING
|
||||
|
||||
'handlers': ['console.code', {{ file_log_handler__name_project }}, {{ file_debug_handler__name_server }}' ],
|
||||
'handlers': ['console.code', '{{ file_log_handler__name_project }}', '{{ file_debug_handler__name_server }}' ],
|
||||
'propagate': True,
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ LOGGING = {
|
|||
'root': {
|
||||
# automatically set to level WARNING
|
||||
|
||||
'handlers': ['console.code', {{ file_log_handler__name_project }}, {{ file_debug_handler__name_server }}' ],
|
||||
'handlers': ['console.code', '{{ file_log_handler__name_project }}', '{{ file_debug_handler__name_server }}' ],
|
||||
'propagate': True,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue