Skip to content

Commit 8e9704f

Browse files
authored
Merge pull request #1352 from joto/bucket-index
Log missing bucket index not as warning but as debug message
2 parents 54dcdd7 + 87aeb5b commit 8e9704f

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)