Skip to content

Commit c1aedc9

Browse files
committed
fixup! fixup! Log the completion of zero-size submissions on DEBUG level
1 parent b4d5f66 commit c1aedc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opsqueue/src/db/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ impl DBPools {
251251
let res: (i32, i32, i32) = sqlx::query_as("PRAGMA wal_checkpoint(RESTART);")
252252
.fetch_one(conn.get_inner())
253253
.await?;
254-
tracing::warn!("WAL checkpoint completed {res:?}");
254+
tracing::debug!("WAL checkpoint completed {res:?}");
255255
Ok(())
256256
}
257257

0 commit comments

Comments
 (0)