pantheon-systems / terminus

The Pantheon CLI — a standalone utility for performing operations on the Pantheon Platform
https://pantheon.io
Other
318 stars 196 forks source link

Turning down the error reporting for automated scripts #1640

Open dalin- opened 7 years ago

dalin- commented 7 years ago

I'm working on some automated scripts that call Terminus a lot, and I'm finding that it can be a bit chatty. e.g. "Notice: everything is fine".

Is there a way to change the error reporting level so that notices are not shown, but warnings and errors are?

TeslaDethray commented 7 years ago

This would require adding a new option to set the verbosity level to that point. Not sure what we'll call it. --laconic? --reticent?

Added to Jira, AL-900