When you start the dispatch router, it puts out a line on the console saying 
something like this - 

"Thu Jan 26 14:46:53 2017 SERVER (info) Running in DEBUG Mode"

That means that the router is ready to receive requests.

If you want to see all all detailed trace messages from all router modules 
(beware, this is very verbose), on your console, you should add the following 
to your router config file - 

log {
    module: DEFAULT
    enable: trace+
}

Please look at the log section in the documentation here - 
http://qpid.apache.org/releases/qpid-dispatch-0.7.0/man/qdrouterd.conf.html

or look at the json schema file here - 

https://github.com/apache/qpid-dispatch/blob/master/python/qpid_dispatch/management/qdrouter.json#L837

----- Original Message -----
> From: "Chuck Rolke" <[email protected]>
> To: [email protected]
> Sent: Thursday, January 26, 2017 8:09:28 AM
> Subject: Re: Dispatch Router console output
> 
> Yes. By default a reasonable log should already be there.
> If not then configure log settings in the qdrouterd.conf
> ---
> log {
>     module: ROUTER_LS
>     enable: trace+
> }
> 
> log {
>     module: ROUTER_MA
>     enable: trace+
> }
> 
> log {
>     module: ROUTER_HELLO
>     enable: trace+
> }
> ---
> 
> More details are at:
> http://qpid.apache.org/releases/qpid-dispatch-0.7.0/man/qdrouterd.conf.html
> 
> 
> 
> 
> ----- Original Message -----
> > From: "Anouchka El Asmar" <[email protected]>
> > To: [email protected]
> > Sent: Tuesday, January 24, 2017 9:21:52 AM
> > Subject: Dispatch Router console output
> > 
> > Hello,
> > 
> > I was wondering if it was possible to have an output on the console when
> > starting a dispatch router, to have useful information displayed such as a
> > confirmation that it is running, just like it is done for the broker.
> > 
> > Regards,
> > Anouchka
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to