Alex Bolgarov
unread,Nov 28, 2012, 12:06:28 PM11/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to salt-...@googlegroups.com
Is there a way to filter output of the 'salt' command so that it shows only changes (blue parts) and errors (red parts)?
Because now, when I 'm developing and debugging my sls tree and adding one by one new elements, on every 'salt ... highstate' run it outputs several screens of 'no changes' results (green) with one change (or error) that I'm interested in burrowed somewhere in between, I need to scroll the terminal up to see it. As I add elements to the sls tree, the amount of the output is increasing, and it is harder and harder to find the change or error. If I can filter out 'no changes' output parts, I would see the only important things right away.