As an extra, configures logging for granian

This commit is contained in:
Trenton H 2025-03-10 13:12:05 -07:00
parent a98f46ae9e
commit 2ff9497d91

View File

@ -825,6 +825,8 @@ LOGGING = {
"ocrmypdf": {"handlers": ["file_paperless"], "level": "INFO"},
"celery": {"handlers": ["file_celery"], "level": "DEBUG"},
"kombu": {"handlers": ["file_celery"], "level": "DEBUG"},
"_granian": {"handlers": ["file_paperless"], "level": "DEBUG"},
"granian.access": {"handlers": ["file_paperless"], "level": "DEBUG"},
},
}