Various changes to the log handling in BEC Widgets
Description
Various changes to the log handling in BEC Widgets
Type of Change
- Changed prints to logger calls
- Added logger to cli launch to receive uncaught messages from the BW cli server
- Removed wrapper class (not sure why it was needed?)
- Removed pre-configuration of the logger
- Changed the stderr level for the CLI server when launched through a subprocess to CRITICAL to avoid creating duplicated messages.
Additional Comments
Please check if this is how you would like to use the logger.
Definition of Done
-
Documentation is up-to-date.
Edited by wakonig_k