<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">On June 17, 2014 at 3:37:33 AM, Simon MacMullen (<a href="mailto:simon@rabbitmq.com">simon@rabbitmq.com</a>) wrote:</div> <div><div><blockquote type="cite" class="clean_bq" style="color: rgb(0, 0, 0); font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"><span><div><div></div><div>So the issue you have there is that rabbit_log does not work early in <br>the boot process (before recovery) since it tries to log to an<span class="Apple-converted-space"> </span><br>amq.rabbitmq.log exchange which is not there.<span class="Apple-converted-space"> </span><br><br>You need to use error_logger directly for log messages early in the boot<span class="Apple-converted-space"> </span><br>process.<span class="Apple-converted-space"> </span></div></div></span></blockquote></div><p>As a first step I commented out (then removed) all logging from the plugin:</p><p>s826:pgsql-listen-exchange gavinr$ grep -Rl 'log' src/</p><p>s826:pgsql-listen-exchange gavinr$ </p><p>Unfortunately I am still getting the same error. Any other ideas?</p><p>Gavin</p><div></div></div></body></html>