mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Change .info to .error
This commit is contained in:
@@ -5,4 +5,4 @@ import traceback
|
||||
def worker_abort(worker):
|
||||
worker.log.info("worker received ABORT")
|
||||
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