skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
580 stars 70 forks source link

Design and implement general error and status reporting. #69

Closed mgoulish closed 3 years ago

mgoulish commented 4 years ago
* A general approach that will work with the Skupper CLI, the Skupper Library, and the declarative implementation.

* Consistent across the code base.

* Be able to control what information it gathers and what it reports.

* Be able to control verbosity at any time during execution.   ( I.e. set verbose mode only during init and delete.)

  * This replaces issues 19 and 34.
ajssmith commented 3 years ago

Closing as exceptions and logging treatment is generally treated in a consistent fashion.

New issues should be created for specific enhancements.