[rabbitmq-discuss] rabbitmq error report of plugins is too	short and incomplete
    Tim Watson 
    tim at rabbitmq.com
       
    Tue May 28 14:42:56 BST 2013
    
    
  
Guido,
On 28 May 2013, at 12:47, Guido Extra wrote:
> I checked the RabbitMq source code and found it used under the supervisor2.erl module below.
[snip]
> report_error(Error, Reason, Child, SupName) ->
>    ErrorMsg = [{supervisor, SupName},
> 		{errorContext, Error},
> 		{reason, Reason},
> 		{offender, extract_child(Child)}],
>    error_logger:error_report(supervisor_report, ErrorMsg).
> 
[snip]
Sure, but that code does not, as Matthias has already pointed out, print the message "error in Process <p> on node <n> ..." etc. *That* error message must be coming from somewhere else. What are your other dependencies, besides rabbit - have you looked in them for use of error_logger?
    
    
More information about the rabbitmq-discuss
mailing list