updated build file for generated, it was using the names of files that it was supposed to generate

This commit is contained in:
ronny abraham 2023-12-12 21:43:37 +02:00
parent 62fcaf4134
commit 441859c7c4
2 changed files with 2 additions and 2 deletions

View file

@ -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,
},

View file

@ -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,
},