Path: Downgrade module's debug level to INFO

This commit is contained in:
Russell Johnson
2021-08-12 22:50:24 -05:00
parent ff3adacd93
commit 1cdfd611fd

View File

@@ -34,7 +34,7 @@ __doc__ = "A container for all default values and job specific configuration val
_RegisteredOps = {}
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
# PathLog.trackModule(PathLog.thisModule())