We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41953ba commit ca87466Copy full SHA for ca87466
1 file changed
loopstructural/plugin_main.py
@@ -67,7 +67,7 @@ def injectLogHandler(self):
67
handler = PlgLoggerHandler(plg_logger_class=PlgLogger, push=True)
68
handler.setFormatter(logging.Formatter('%(name)s - %(levelname)s - %(message)s'))
69
70
- LoopStructural.setLogging(level="debug", handler=handler)
+ LoopStructural.setLogging(level="warning", handler=handler)
71
def initGui(self):
72
"""Set up plugin UI elements."""
73
self.injectLogHandler()
0 commit comments