Skip to content

Commit 8cf2810

Browse files
Update dojo/settings/settings.dist.py
Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
1 parent 9e74205 commit 8cf2810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
DD_CELERY_RESULT_EXPIRES=(int, 86400),
9090
DD_CELERY_BEAT_SCHEDULE_FILENAME=(str, root("dojo.celery.beat.db")),
9191
DD_CELERY_TASK_SERIALIZER=(str, "pickle"),
92-
DD_CELERY_LOG_LEVEL=(str, "INFO"),
92+
DD_CELERY_LOG_LEVEL=(str, "INFO"),
9393
DD_TAG_BULK_ADD_BATCH_SIZE=(int, 1000),
9494
# Tagulous slug truncate unique setting. Set to -1 to use tagulous internal default (5)
9595
DD_TAGULOUS_SLUG_TRUNCATE_UNIQUE=(int, -1),

0 commit comments

Comments
 (0)