mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 06:26:37 +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',
|
||||
max_delay=20.0,
|
||||
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