Fix for Bug 1433 Exception handling in aioread method
[osm/MON.git] / osm_mon / cmd / mon_collector.py
index d0330d4..8732269 100644 (file)
@@ -54,7 +54,7 @@ def main():
             collector.collect_forever()
         except Exception as e:
             log.error("Failed to start MON Collector")
-            log.debug("Exception: %s", str(e))
+            log.exception("Exception: %s", str(e))
     else:
         log.error("Failed to start MON Collector")