Skip to content

Commit

Permalink
Replace info! with trace! for connection manager timeline update events
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Knizhnik committed May 7, 2024
1 parent 36ee0d0 commit 13bcccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ impl ConnectionManagerState {
fn register_timeline_update(&mut self, timeline_update: SafekeeperTimelineInfo) {
WALRECEIVER_BROKER_UPDATES.inc();

info!(
trace!(
"Safekeeper info update: standby_horizon(cutoff)={}",
timeline_update.standby_horizon
);
Expand Down

0 comments on commit 13bcccb

Please sign in to comment.