Fix: Allow setting of other Granian options (#9360)

This commit is contained in:
Trenton H 2025-03-11 10:33:56 -07:00 committed by GitHub
parent f4413e0a08
commit 9944f81512
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 79 additions and 99 deletions

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