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

trace log and log monitor

wakonig_k requested to merge feat/trace_log into main

Description

To better debug services, two new features were added: trace-specific log formatting which also includes the stack trace and a CLI tool to receive and filter logs through redis. This should enable developers to debug e.g. socket communications more easily.

Related Issues

closes #51 (closed)

Type of Change

  • Added CLI tool bec-log-monitor
  • Improved log formatting for loglevel trace.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports