Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Various changes to the log handling in BEC Widgets

wakonig_k requested to merge refactor/logger into main

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

Merge request reports

Loading