Skip to content

Commit

Permalink
change log level for non-frequent event
Browse files Browse the repository at this point in the history
  • Loading branch information
sivukhin committed Aug 25, 2024
1 parent f4a8a1b commit 5ccef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottomless/src/replicator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ impl Replicator {
}
let _ = snapshot_notifier.send(Ok(Some(generation)));
let elapsed = Instant::now() - start;
tracing::debug!("Snapshot upload finished (took {:?})", elapsed);
tracing::info!("Snapshot upload finished (took {:?})", elapsed);
Self::record_snapshot_upload_time(&db_name, elapsed);
// cleanup gzip/zstd database snapshot if exists
for suffix in &["gz", "zstd"] {
Expand Down

0 comments on commit 5ccef31

Please sign in to comment.