Skip to content

Commit ca87466

Browse files
committed
fix: only show loopstructural warning messages
1 parent 41953ba commit ca87466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopstructural/plugin_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def injectLogHandler(self):
6767
handler = PlgLoggerHandler(plg_logger_class=PlgLogger, push=True)
6868
handler.setFormatter(logging.Formatter('%(name)s - %(levelname)s - %(message)s'))
6969

70-
LoopStructural.setLogging(level="debug", handler=handler)
70+
LoopStructural.setLogging(level="warning", handler=handler)
7171
def initGui(self):
7272
"""Set up plugin UI elements."""
7373
self.injectLogHandler()

0 commit comments

Comments
 (0)