mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change to log.debug per Tom
This commit is contained in:
parent
da135b1b59
commit
73d724845d
1 changed files with 1 additions and 1 deletions
|
@ -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] = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue