Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rabbit_feature_flags: Log a inventory matrix instead of dumping the map
[Why] The inventory map is huge and difficult to read when it is logged as is. [How] Logging a matrix is much more compact and to the point. Before: Feature flags: inventory of node `rabbit-1@giotto`: #{feature_flags => #{rabbit_exchange_type_local_random => #{name => rabbit_exchange_type_local_random, desc => "Local random exchange",stability => stable, provided_by => rabbit}, message_containers_deaths_v2 => #{name => message_containers_deaths_v2, desc => "Bug fix for dead letter cycle detection", ... After: Feature flags: inventory queried from node `rabbit-2@giotto`: ,-- rabbit-2@giotto | amqp_address_v1: classic_mirrored_queue_version: x classic_queue_mirroring: x classic_queue_type_delivery_support: x ...
- Loading branch information