Change to log.debug per Tom

This commit is contained in:
Mike Place 2016-12-07 10:21:21 -07:00 committed by GitHub
parent da135b1b59
commit 73d724845d

View file

@ -130,7 +130,7 @@ def beacon(config):
try:
data = __salt__['status.{0}'.format(func)]()
except salt.exceptions.CommandExecutionError as exc:
log.error('Status beacon attempted to process function {0} \
log.debug('Status beacon attempted to process function {0} \
but encountered error: {1}'.format(func, exc))
continue
ret[func] = {}