better logging for cache

This commit is contained in:
Muki Kiboigo
2026-03-30 10:52:20 -07:00
parent d288a63ebb
commit f5d36c87cb
2 changed files with 39 additions and 11 deletions

View File

@@ -39,6 +39,7 @@ pub const Scope = enum {
telemetry,
unknown_prop,
mcp,
cache,
};
const Opts = struct {