We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfff4a5 commit 2d70e0fCopy full SHA for 2d70e0f
microscope/devices.py
@@ -259,7 +259,7 @@ def shutdown(self):
259
try:
260
self.disable()
261
except Exception as e:
262
- _logger.debug("Exception in disable() during shutdown: %s" % e)
+ _logger.warning("Exception in disable() during shutdown: %s" % e)
263
_logger.info("Shutting down ... ... ...")
264
self._on_shutdown()
265
_logger.info("... ... ... ... shut down completed.")
0 commit comments