mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 21:47:53 +08:00
log database errors more quiet
This commit is contained in:
@@ -402,7 +402,7 @@ def save_task(task):
|
||||
result=task['result'],
|
||||
success=task['success'])
|
||||
except Exception as e:
|
||||
logger.exception(e)
|
||||
logger.error(e)
|
||||
|
||||
|
||||
def scheduler(list_key=Conf.Q_LIST):
|
||||
|
||||
Reference in New Issue
Block a user