mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Change .info to .error
This commit is contained in:
@@ -5,4 +5,4 @@ import traceback
|
|||||||
def worker_abort(worker):
|
def worker_abort(worker):
|
||||||
worker.log.info("worker received ABORT")
|
worker.log.info("worker received ABORT")
|
||||||
for threadId, stack in sys._current_frames().items():
|
for threadId, stack in sys._current_frames().items():
|
||||||
worker.log.info(''.join(traceback.format_stack(stack)))
|
worker.log.error(''.join(traceback.format_stack(stack)))
|
||||||
|
|||||||
Reference in New Issue
Block a user