aristanetworks / bst

A one-stop shop for process isolation
MIT License
99 stars 9 forks source link

cli: Create BST_VERBOSITY to enable/disable warnings #92

Closed yabberyabber closed 8 months ago

yabberyabber commented 8 months ago

Warnings are usually helpful to end-users but when bst is invoked by automations in a well controlled environment it is often preferable to only print fatal errors.

With this change, setting BST_VERBOSITY=0 will turn off non-fatal warnings.