[rabbitmq-discuss] Plugin startup behavior issue
Gavin M. Roy
gavinmroy at gmail.com
Tue Jun 17 15:29:51 BST 2014
On June 17, 2014 at 3:37:33 AM, Simon MacMullen (simon at rabbitmq.com) wrote:
So the issue you have there is that rabbit_log does not work early in
the boot process (before recovery) since it tries to log to an
amq.rabbitmq.log exchange which is not there.
You need to use error_logger directly for log messages early in the boot
process.
As a first step I commented out (then removed) all logging from the plugin:
s826:pgsql-listen-exchange gavinr$ grep -Rl 'log' src/
s826:pgsql-listen-exchange gavinr$
Unfortunately I am still getting the same error. Any other ideas?
Gavin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140617/e58c154f/attachment.html>
More information about the rabbitmq-discuss
mailing list