Includes OCRMyPdf logging into the log file (#5947)

This commit is contained in:
Trenton H 2024-02-28 14:39:42 -08:00 committed by GitHub
parent 754627681c
commit 86263a52ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -753,6 +753,7 @@ LOGGING = {
"loggers": {
"paperless": {"handlers": ["file_paperless"], "level": "DEBUG"},
"paperless_mail": {"handlers": ["file_mail"], "level": "DEBUG"},
"ocrmypdf": {"handlers": ["file_paperless"], "level": "INFO"},
"celery": {"handlers": ["file_celery"], "level": "DEBUG"},
"kombu": {"handlers": ["file_celery"], "level": "DEBUG"},
},