chore: reduce log visibility level
This commit is contained in:
parent
6a1d227929
commit
f328e96763
|
|
@ -184,7 +184,7 @@ impl CollabRedisStream {
|
||||||
.await?;
|
.await?;
|
||||||
let count = usize::from_redis_value(&value)?;
|
let count = usize::from_redis_value(&value)?;
|
||||||
drop(conn);
|
drop(conn);
|
||||||
tracing::info!(
|
tracing::debug!(
|
||||||
"pruned redis stream `{}` <= `{}` ({} objects)",
|
"pruned redis stream `{}` <= `{}` ({} objects)",
|
||||||
stream_key,
|
stream_key,
|
||||||
message_id,
|
message_id,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue