Added a message to exception logging

This commit is contained in:
Anton Beloglazov 2012-10-02 16:41:28 +10:00
parent 519fcfc310
commit 5d6facb9e2

View File

@ -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