Skip to content

Commit 5ccef31

Browse files
committed
change log level for non-frequent event
1 parent f4a8a1b commit 5ccef31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bottomless/src/replicator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ impl Replicator {
11261126
}
11271127
let _ = snapshot_notifier.send(Ok(Some(generation)));
11281128
let elapsed = Instant::now() - start;
1129-
tracing::debug!("Snapshot upload finished (took {:?})", elapsed);
1129+
tracing::info!("Snapshot upload finished (took {:?})", elapsed);
11301130
Self::record_snapshot_upload_time(&db_name, elapsed);
11311131
// cleanup gzip/zstd database snapshot if exists
11321132
for suffix in &["gz", "zstd"] {

0 commit comments

Comments
 (0)