Skip to content

Commit dd80e69

Browse files
authored
Merge pull request #1646 from tursodatabase/lucio/downgrade-log
libsql: downgrade failed prefetch log to debug
2 parents 8db5ea8 + 4085a0d commit dd80e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql/src/replication/remote_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ impl RemoteClient {
135135
(hello_fut.await, None)
136136
};
137137
self.prefetched_batch_log_entries = if let Ok(true) = hello.0 {
138-
tracing::warn!(
138+
tracing::debug!(
139139
"Frames prefetching failed because of new session token returned by handshake"
140140
);
141141
None

0 commit comments

Comments
 (0)