@@ -187,7 +187,6 @@ check_default_values(_) ->
187187 interactive_shell => default ,
188188 keep_pid_file_on_exit => default ,
189189 log_base_dir => default ,
190- log_feature_flags_registry => default ,
191190 log_levels => default ,
192191 main_config_file => default ,
193192 main_log_file => default ,
@@ -231,7 +230,6 @@ check_default_values(_) ->
231230 interactive_shell => false ,
232231 keep_pid_file_on_exit => false ,
233232 log_base_dir => " /var/log/rabbitmq" ,
234- log_feature_flags_registry => false ,
235233 log_levels => undefined ,
236234 main_config_file => " /etc/rabbitmq/rabbitmq" ,
237235 main_log_file => " /var/log/rabbitmq/" ++ NodeS ++ " .log" ,
@@ -282,7 +280,6 @@ check_default_values(_) ->
282280 interactive_shell => false ,
283281 keep_pid_file_on_exit => false ,
284282 log_base_dir => " %APPDATA%/RabbitMQ/log" ,
285- log_feature_flags_registry => false ,
286283 log_levels => undefined ,
287284 main_config_file => " %APPDATA%/RabbitMQ/rabbitmq" ,
288285 main_log_file => " %APPDATA%/RabbitMQ/log/" ++ NodeS ++ " .log" ,
@@ -408,7 +405,6 @@ check_values_from_reachable_remote_node(Config) ->
408405 interactive_shell => default ,
409406 keep_pid_file_on_exit => default ,
410407 log_base_dir => default ,
411- log_feature_flags_registry => default ,
412408 log_levels => default ,
413409 main_config_file => default ,
414410 main_log_file => default ,
@@ -452,7 +448,6 @@ check_values_from_reachable_remote_node(Config) ->
452448 interactive_shell => false ,
453449 keep_pid_file_on_exit => false ,
454450 log_base_dir => " /var/log/rabbitmq" ,
455- log_feature_flags_registry => false ,
456451 log_levels => undefined ,
457452 main_config_file => " /etc/rabbitmq/rabbitmq" ,
458453 main_log_file => " /var/log/rabbitmq/" ++ NodeS ++ " .log" ,
@@ -540,7 +535,6 @@ check_values_from_offline_remote_node(_) ->
540535 interactive_shell => default ,
541536 keep_pid_file_on_exit => default ,
542537 log_base_dir => default ,
543- log_feature_flags_registry => default ,
544538 log_levels => default ,
545539 main_config_file => default ,
546540 main_log_file => default ,
@@ -584,7 +578,6 @@ check_values_from_offline_remote_node(_) ->
584578 interactive_shell => false ,
585579 keep_pid_file_on_exit => false ,
586580 log_base_dir => " /var/log/rabbitmq" ,
587- log_feature_flags_registry => false ,
588581 log_levels => undefined ,
589582 main_config_file => " /etc/rabbitmq/rabbitmq" ,
590583 main_log_file => " /var/log/rabbitmq/" ++ NodeS ++ " .log" ,
0 commit comments