mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Merge pull request #1058 from paperless-ngx/bugfix-enable-django-q-debug
Bugfix: Pass debug setting on to django-q
This commit is contained in:
commit
06fd92fd27
@ -464,6 +464,7 @@ Q_CLUSTER = {
|
|||||||
"timeout": PAPERLESS_WORKER_TIMEOUT,
|
"timeout": PAPERLESS_WORKER_TIMEOUT,
|
||||||
"workers": TASK_WORKERS,
|
"workers": TASK_WORKERS,
|
||||||
"redis": os.getenv("PAPERLESS_REDIS", "redis://localhost:6379"),
|
"redis": os.getenv("PAPERLESS_REDIS", "redis://localhost:6379"),
|
||||||
|
"log_level": "DEBUG" if DEBUG else "INFO",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user