Add logging OS version. Deprioritize some messages to debug, so devs can run at info level with less spam (and much less impact on recalc times).

This commit is contained in:
Ebag333
2017-03-18 13:27:07 -07:00
parent 9c693cd7ed
commit 0ccd812398
4 changed files with 10 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ class Effect(EqBase):
self.__runTime = "normal"
self.__activeByDefault = True
self.__type = None
pyfalog.warning("ImportError generating handler: {0}", e)
pyfalog.debug("ImportError generating handler: {0}", e)
except (AttributeError) as e:
# Effect probably exists but there is an issue with it. Turn it into a dummy effect so we can continue, but flag it with an error.
self.__handler = effectDummy