mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Log entire exception for render errors in roster
This commit is contained in:
parent
753de6a621
commit
bc53e049e0
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.error('Unable to render roster file: {0}'.format(exc.error))
|
||||
log.error('Unable to render roster file: {0}'.format(exc))
|
||||
except IOError as exc:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue