Skip to content

Commit a44810f

Browse files
committed
add accidentally removed log line
1 parent d0c6427 commit a44810f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/src/render/persist_sink.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ where
12621262
.set(mz_persist_client::metrics::encode_ts_metric(&batch_upper));
12631263

12641264
if collection_id.is_user() {
1265-
tracing::debug!(
1265+
trace!(
12661266
"persist_sink {collection_id}/{shard_id}: \
12671267
append result for batch ({:?} -> {:?}): {:?}",
12681268
batch_lower,

0 commit comments

Comments
 (0)