Added a message to exception logging
This commit is contained in:
parent
519fcfc310
commit
5d6facb9e2
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user