diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 8d53097a5..8e4fa1d5f 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -217,7 +217,7 @@ class FreqtradeBot(LoggingMixin): except Exception: # Exceptions here will be happening if the db disappeared. # At which point we can no longer commit anyway. - pass + logger.exception("Error during cleanup") def startup(self) -> None: """