Skip to content

Commit ba61554

Browse files
committed
Reduce default index creation verbosity by reducing log level of a few debug logs
1 parent b2332df commit ba61554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index/vchordrq/dispatch.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,15 @@ pub fn maintain<R>(
179179
check,
180180
),
181181
};
182-
pgrx::info!(
182+
pgrx::debug1!(
183183
"maintain: number_of_formerly_allocated_pages = {}",
184184
maintain.number_of_formerly_allocated_pages
185185
);
186-
pgrx::info!(
186+
pgrx::debug1!(
187187
"maintain: number_of_freshly_allocated_pages = {}",
188188
maintain.number_of_freshly_allocated_pages
189189
);
190-
pgrx::info!(
190+
pgrx::debug1!(
191191
"maintain: number_of_freed_pages = {}",
192192
maintain.number_of_freed_pages
193193
);

0 commit comments

Comments
 (0)