Skip to content

v5.2.0 logs tab added

Compare
Choose a tag to compare
@tot-ra tot-ra released this 08 Oct 13:42
· 30 commits to master since this release
72447af

Problem

Sometimes when schema registration fails, its hard to trace why.
You need to either check schema-registry logs, or you need to debug endpoint response output on client side
This adds Logs UI which shows all logs that schema-registry does via regular logger.error() functions, just uses redis as a temporary storage

Changes

  • add logs tab (reads from redis)
  • add info component
  • add winston-redis-stream for temporary storage for logs

Screenshot 2022-10-08 at 02 22 57