]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Includes OCRMyPdf logging into the log file (#5947)
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 28 Feb 2024 22:39:42 +0000 (14:39 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2024 22:39:42 +0000 (14:39 -0800)
src/paperless/settings.py

index e936fc33eac2b9f7c1334fa731bacf49159b85b4..20117f19ba4c691d52f8280102ccd080161a7ffe 100644 (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"},
     },