Add and document logging settings

This commit is contained in:
tcely 2025-05-30 08:29:58 -04:00 committed by GitHub
parent 98df36a1fc
commit 479f36b7f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,12 @@ def sqlite_tasks(key, /, prefix=None):
worker_type='process', worker_type='process',
max_delay=20.0, max_delay=20.0,
scheduler_interval=10, scheduler_interval=10,
simple_log=False,
# verbose has three positions:
# DEBUG: True
# INFO: None
# WARNING: False
verbose=False,
), ),
) )