mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 22:46:34 +00:00
Add and document logging settings
This commit is contained in:
parent
98df36a1fc
commit
479f36b7f1
@ -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,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user