mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #22330 from cachedout/log_trace
More to trace per comment in #22303
This commit is contained in:
commit
84fb57ca43
@ -468,7 +468,7 @@ def grains(opts, force_refresh=False):
|
|||||||
for key, fun in six.iteritems(funcs):
|
for key, fun in six.iteritems(funcs):
|
||||||
if not key.startswith('core.'):
|
if not key.startswith('core.'):
|
||||||
continue
|
continue
|
||||||
log.debug('Loading {0} grain'.format(key))
|
log.trace('Loading {0} grain'.format(key))
|
||||||
ret = fun()
|
ret = fun()
|
||||||
if not isinstance(ret, dict):
|
if not isinstance(ret, dict):
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user