We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a8a1b commit 5ccef31Copy full SHA for 5ccef31
1 file changed
bottomless/src/replicator.rs
@@ -1126,7 +1126,7 @@ impl Replicator {
1126
}
1127
let _ = snapshot_notifier.send(Ok(Some(generation)));
1128
let elapsed = Instant::now() - start;
1129
- tracing::debug!("Snapshot upload finished (took {:?})", elapsed);
+ tracing::info!("Snapshot upload finished (took {:?})", elapsed);
1130
Self::record_snapshot_upload_time(&db_name, elapsed);
1131
// cleanup gzip/zstd database snapshot if exists
1132
for suffix in &["gz", "zstd"] {
0 commit comments