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