From 6a93238bda95e74e2ea786502759690212621782 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Sun, 27 Nov 2022 09:46:55 +0100 Subject: [PATCH] [core] log exceptions to enable error investigation, log exceptions. see #940 --- bumblebee-status | 1 + 1 file changed, 1 insertion(+) diff --git a/bumblebee-status b/bumblebee-status index 74d2afe..e714daa 100755 --- a/bumblebee-status +++ b/bumblebee-status @@ -149,6 +149,7 @@ if __name__ == "__main__": main() except Exception as e: # really basic errors -> make sure these are shown in the status bar by minimal config + logging.exception(e) if not started: print("{\"version\":1}") print("[")