Add a separate verbose logger for tracing blob updates
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
orRedisIndex
.
Edited by Zehao Chen