rabbitmq / rabbitmq-autocluster

RabbitMQ peer discovery and cluster formation plugin, supports RabbitMQ 3.6.x
BSD 3-Clause "New" or "Revised" License
241 stars 54 forks source link

Update config examples for 0.7.0 #26

Closed jcarr-sailthru closed 7 years ago

jcarr-sailthru commented 7 years ago

The config examples used incorrect logger configuration and were difficult to read. This change fixes them to use 0.7.0 logger configuration, defaults to debug to make it easier for new users to understand why their cluster won't start up, and adjust the formatting to make for easier readability.

michaelklishin commented 7 years ago

There are people who'd disagree about the readability argument but it's hardly a long or deeply nested config so either way is fine with me.

michaelklishin commented 7 years ago

Thank you!

jcarr-sailthru commented 7 years ago

thanks @michaelklishin !