Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
adapter log level set to DEBUG
Closed { reason: Solved } yorgos-laptop opened 1 year ago

The broker currently prints all logs from the adapter under a single level: DEBUG.

However, this level is already quite noisy. Primarily because the {"msg":"queue in db has 0 events","level":"DEBG","ts":"2024-09-23T13:04:15.274626275Z"} is printed roughly every 1 second and that’s way too verbose for my liking… : )

Could we either:

  • move this log statement to trace level ?
  • move logs from adapters to another log level ?
liw commented 1 year ago

I’ve changed the log message to be at log level trace. This will be included in the next release.