diff --git a/pyBawt.py b/pyBawt.py index e7d14d5..793eabb 100755 --- a/pyBawt.py +++ b/pyBawt.py @@ -84,5 +84,6 @@ def restart_stub(): raise else: logging.error("Exception caught, restarting") + logging.error(sys.exc_info()) restart_stub()