Introduced logging in case of plugin load error
Compare changes
- Stefano Borini authored
+ 6
− 1
@@ -52,12 +52,17 @@ class BDSSApplication(Application):
Created by: stefanoborini
Small PR that introduces basic logging in case of error at loading. Unfortunately it's not possible to retrieve the traceback, but the exception message and the exception should be a good hint.