Merge pull request #34513 from cachedout/lower_loader_log

Lower the log level for modules which cannot be loaded to trace
This commit is contained in:
Mike Place 2016-07-07 11:00:47 -06:00 committed by GitHub
commit a516f116d1

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,
))