Fix log level for sk startup logs (#2526)

This commit is contained in:
Arthur Petukhovsky
2022-09-27 12:36:17 +02:00
committed by GitHub
parent fc7087b16f
commit dabb6d2675
2 changed files with 4 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ impl PhysicalStorage {
// If not, maybe it's better to call fsync() here to be sure?
let flush_lsn = write_lsn;
info!(
debug!(
"initialized storage for timeline {}, flush_lsn={}, commit_lsn={}, peer_horizon_lsn={}",
ttid.timeline_id, flush_lsn, state.commit_lsn, state.peer_horizon_lsn,
);