Skip to content

Add a separate verbose logger for tracing blob updates

Zehao Chen requested to merge zchen723/blob-logger into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

Description

Add a separate verbose logging to trace blob updates.

The logger needs to be enable explicitly by CLI --enable-blob-logger, to prevent new massive amounts of logs if unneeded.

  • For writes, the logging happens at RPCs.
  • For deletes, as they are driven by cleaners calling indexes, the logging happens at SQLIndex or RedisIndex .
Edited by Zehao Chen

Merge request reports