Skip to content

Commit eb6d5f0

Browse files
authored
Merge pull request #1978 from tursodatabase/fix-checkpoint-tracing
libsql-sys: Fix checkpoint logging to use trace level
2 parents d42e05a + b601185 commit eb6d5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql-sys/src/wal/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ pub unsafe extern "C" fn frames<T: Wal>(
346346
}
347347
}
348348

349-
#[tracing::instrument(skip(wal, db))]
349+
#[tracing::instrument(skip(wal, db), level = "trace")]
350350
pub unsafe extern "C" fn checkpoint<T: Wal>(
351351
wal: *mut wal_impl,
352352
db: *mut libsql_ffi::sqlite3,

0 commit comments

Comments
 (0)