From f62cdcf8d928af64b21d43a82982fad46b73d2f8 Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Fri, 28 Jun 2019 13:15:06 +0000 Subject: Promote log level for DB pruning elision decisions --- storage/src/vespa/storage/distributor/bucketdbupdater.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'storage') diff --git a/storage/src/vespa/storage/distributor/bucketdbupdater.cpp b/storage/src/vespa/storage/distributor/bucketdbupdater.cpp index d349164e8ed..124e8c607ee 100644 --- a/storage/src/vespa/storage/distributor/bucketdbupdater.cpp +++ b/storage/src/vespa/storage/distributor/bucketdbupdater.cpp @@ -6,6 +6,7 @@ #include "distributor_bucket_space.h" #include "distributormetricsset.h" #include "simpleclusterinformation.h" +#include #include #include #include @@ -142,7 +143,8 @@ BucketDBUpdater::removeSuperfluousBuckets( if (!is_distribution_config_change && db_pruning_may_be_elided(oldClusterState, *new_cluster_state, up_states)) { - LOG(debug, "Eliding DB pruning for state transition '%s' -> '%s'", + LOG(info, "[bucket space '%s']: eliding DB pruning for state transition '%s' -> '%s'", + document::FixedBucketSpaces::to_string(elem.first).data(), oldClusterState.toString().c_str(), new_cluster_state->toString().c_str()); continue; } -- cgit v1.2.3