Skip to content

Commit 87aeb5b

Browse files
committed
Log missing bucket index not as warning but as debug message
We are not enabling this by default at the moment, this would only confuse users.
1 parent 54dcdd7 commit 87aeb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middle-pgsql.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ middle_pgsql_t::middle_pgsql_t(options_t const *options)
762762

763763
if (!has_bucket_index && options->append &&
764764
options->with_forward_dependencies) {
765-
log_warn("You don't have a bucket index. See manual for details.");
765+
log_debug("You don't have a bucket index. See manual for details.");
766766
}
767767

768768
m_tables[NODE_TABLE] =

0 commit comments

Comments
 (0)