diff --git a/backend/app/init.py b/backend/app/init.py index 38eea8d..89568ba 100644 --- a/backend/app/init.py +++ b/backend/app/init.py @@ -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',