Set default log level back to INFO for all modules.

This commit is contained in:
Markus Lampert
2018-06-24 14:45:11 -07:00
parent d3e44be2ab
commit 3a856aed2c
5 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ import Path
import FreeCAD
import PathScripts.PathLog as PathLog
if True:
if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else: