mikemadisonweb / yii2-rabbitmq

RabbitMQ Extension for Yii2
MIT License
72 stars 32 forks source link

README fix #34

Closed gyr9i closed 6 years ago

gyr9i commented 6 years ago

RAEDME "Logger" section configuration example is invalid. According to code in example logger configuration contains key 'enable' => true. But it generates exception 'mikemadisonweb\rabbitmq\exceptions\InvalidConfigException' with message 'Unknown options: {"enable":true}' Please fix documentation, because the key responsible for enabling is 'log' => true. And also by default it disabled. But in docs has written another

mikemadisonweb commented 6 years ago

Thank you for your contribution, I have updated the README file.