Add logging.
This commit is contained in:
@@ -188,6 +188,7 @@ impl Microservice {
|
|||||||
&read_bucket_cache,
|
&read_bucket_cache,
|
||||||
key,
|
key,
|
||||||
)?;
|
)?;
|
||||||
|
info!("Resolved bucket name for key '{}': {}", key, bucket);
|
||||||
let mut guard = read_context
|
let mut guard = read_context
|
||||||
.lock()
|
.lock()
|
||||||
.map_err(|e| format!("file context lock poisoned for read_file: {}", e))?;
|
.map_err(|e| format!("file context lock poisoned for read_file: {}", e))?;
|
||||||
|
|||||||
Reference in New Issue
Block a user