Added a message to exception logging
This commit is contained in:
parent
519fcfc310
commit
5d6facb9e2
@ -203,8 +203,8 @@ def service():
|
|||||||
state['config'],
|
state['config'],
|
||||||
state['state'],
|
state['state'],
|
||||||
params['vm_uuids'])
|
params['vm_uuids'])
|
||||||
except Exception as e:
|
except:
|
||||||
log.exception(e)
|
log.exception('Exception during request processing:')
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user