chore: reduce log visibility level

This commit is contained in:
Bartosz Sypytkowski 2024-11-06 07:31:32 +01:00
parent 6a1d227929
commit f328e96763
1 changed files with 1 additions and 1 deletions

View File

@ -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,