[rabbitmq-discuss] Plugin rabbitmq-auth-backend-http receiving "allow *" from web-server, but authorization is not successful.

Tim Watson tim at rabbitmq.com
Mon Mar 11 09:41:52 GMT 2013


Alexander,

On 11 Mar 2013, at 08:58, AlexanderN wrote:
> Then I add logging to line 83.
> 83                       error_logger:error_msg("200!", Code, Body);

error_logger:error_msg takes 2 arguments, not 3. Try this instead: `error_logger:error_msg("Response ~p: ~p~n", [Code, Body]);'



More information about the rabbitmq-discuss mailing list