mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
commit
a516f116d1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue