mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Log render errors in roster to error level
This commit is contained in:
parent
e01a7a90b3
commit
753de6a621
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class Roster(object):
|
|||
try:
|
||||
targets.update(self.rosters[f_str](tgt, tgt_type))
|
||||
except salt.exceptions.SaltRenderError as exc:
|
||||
log.debug('Unable to render roster file: {0}'.format(exc.error))
|
||||
log.error('Unable to render roster file: {0}'.format(exc.error))
|
||||
except IOError as exc:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue