Revision 8090e19f lib/jqueue.py
b/lib/jqueue.py | ||
---|---|---|
246 | 246 |
raise |
247 | 247 |
|
248 | 248 |
except errors.GenericError, err: |
249 |
logging.error("ganeti exception %s", exc_info=err) |
|
250 |
except Exception, err: |
|
251 |
logging.error("unhandled exception %s", exc_info=err) |
|
249 |
logging.exception("Ganeti exception") |
|
252 | 250 |
except: |
253 |
logging.error("unhandled unknown exception %s", exc_info=err)
|
|
251 |
logging.exception("Unhandled exception")
|
|
254 | 252 |
|
255 | 253 |
|
256 | 254 |
class _JobQueueWorker(workerpool.BaseWorker): |
Also available in: Unified diff