mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-02-01 15:20:49 +01:00
feat: add 'hash' logger with console, file, and hash_file handlers
This commit is contained in:
@@ -68,6 +68,13 @@ def setup_logging():
|
||||
'propagate': False
|
||||
},
|
||||
|
||||
# The 'hash' logger uses all three handlers
|
||||
'hash': {
|
||||
'level': 'INFO',
|
||||
'handlers': ['console', 'file', 'hash_file'],
|
||||
'propagate': False
|
||||
},
|
||||
|
||||
# Example: Keep these if you want separate loggers
|
||||
'werkzeug': {
|
||||
'level': 'INFO',
|
||||
|
||||
Reference in New Issue
Block a user