diff --git a/gunicorn_config.py b/gunicorn_config.py index 86e2567d5..11993ab78 100644 --- a/gunicorn_config.py +++ b/gunicorn_config.py @@ -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)))