Lower the log level for modules which cannot be loaded to trace

This commit is contained in:
Mike Place 2016-07-07 10:57:51 -06:00
parent 91e095bb41
commit 733c5d00c0

View file

@ -1207,7 +1207,7 @@ class LazyLoader(salt.utils.lazy.LazyDict):
module_name,
)
if virtual_err is not None:
log.debug('Error loading {0}.{1}: {2}'.format(self.tag,
log.trace('Error loading {0}.{1}: {2}'.format(self.tag,
module_name,
virtual_err,
))