mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Enable logging for core utils.
This commit is contained in:
parent
6087ecadf0
commit
eb223e1df2
1 changed files with 5 additions and 0 deletions
|
|
@ -321,6 +321,11 @@ LOGGING = {
|
|||
'level': LOG_LEVEL, # Use environment-configured level
|
||||
'propagate': False, # Don't propagate to root logger to avoid duplicate logs
|
||||
},
|
||||
'core.utils': {
|
||||
'handlers': ['console'],
|
||||
'level': LOG_LEVEL,
|
||||
'propagate': False,
|
||||
},
|
||||
'apps.proxy': {
|
||||
'handlers': ['console'],
|
||||
'level': LOG_LEVEL, # Use environment-configured level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue