diff --git a/neat/globals/manager.py b/neat/globals/manager.py index 502b6d3..4b678cb 100644 --- a/neat/globals/manager.py +++ b/neat/globals/manager.py @@ -203,8 +203,8 @@ def service(): state['config'], state['state'], params['vm_uuids']) - except Exception as e: - log.exception(e) + except: + log.exception('Exception during request processing:') raise