aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rumba/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rumba/utils.py b/rumba/utils.py
index 97e3646..0e8867d 100644
--- a/rumba/utils.py
+++ b/rumba/utils.py
@@ -57,5 +57,6 @@ class ExperimentManager(object):
if exc_val is not None:
logger.error('Something went wrong. Got %s: %s',
type(exc_val).__name__, str(exc_val))
+ logger.debug('Exception details:', exc_info=exc_val)
time.sleep(0.1) # Give the queue logger enough time to flush.
return True # Suppress the exception we logged: no traceback.