Add logging.

This commit is contained in:
2026-04-25 01:29:14 +01:00
parent b895790ca4
commit 4a2b761004

View File

@@ -188,6 +188,7 @@ impl Microservice {
&read_bucket_cache,
key,
)?;
info!("Resolved bucket name for key '{}': {}", key, bucket);
let mut guard = read_context
.lock()
.map_err(|e| format!("file context lock poisoned for read_file: {}", e))?;