diff options
| -rw-r--r-- | src/rabbit_feature_flags.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_feature_flags.erl b/src/rabbit_feature_flags.erl index b4dd267f3c..dcb5f60e32 100644 --- a/src/rabbit_feature_flags.erl +++ b/src/rabbit_feature_flags.erl @@ -508,8 +508,8 @@ is_supported_remotely([Node | Rest], FeatureNames, Timeout) -> false end; is_supported_remotely([], FeatureNames, _) -> - rabbit_log:info("Feature flags: all running remote nodes support `~p`", - [FeatureNames]), + rabbit_log:debug("Feature flags: all running remote nodes support `~p`", + [FeatureNames]), true. -spec is_enabled(feature_name() | [feature_name()]) -> boolean(). |
