updated build file for generated, it was using the names of files that it was supposed to generate
This commit is contained in:
parent
62fcaf4134
commit
441859c7c4
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', 'server.file.log'],
|
||||
'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', 'server.file.log'],
|
||||
'handlers': ['console.code', {{ file_log_handler__name_project }}, {{ file_debug_handler__name_server }}' ],
|
||||
'propagate': True,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue