You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Jens Zastrow <ma...@jens-zastrow.de> on 2011/03/24 20:48:46 UTC

[wicket 1.5rc2] How to enable RequestLogger?

Enabling with getRequestLoggerSettings().setRequestLoggerEnabled(true) 
doesnt show any requests.

Seems that the Application.logEventTarget and 
Application.logResponseTarget are never invoked at all from the 
wicket-core,
nevertheless the get overridden in WebApplication???

Any hints?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: [wicket 1.5rc2] How to enable RequestLogger?

Posted by Martin Grigorov <mg...@apache.org>.
Put a breakpoint at org.apache.wicket.Application.getRequestLogger() and see
what happens


On Thu, Mar 24, 2011 at 8:48 PM, Jens Zastrow <ma...@jens-zastrow.de> wrote:

> Enabling with getRequestLoggerSettings().setRequestLoggerEnabled(true)
> doesnt show any requests.
>
> Seems that the Application.logEventTarget and Application.logResponseTarget
> are never invoked at all from the wicket-core,
> nevertheless the get overridden in WebApplication???
>
> Any hints?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: [wicket 1.5rc2] How to enable RequestLogger?

Posted by Martin Grigorov <mg...@apache.org>.
Found the bug.
Will be in RC3

On Thu, Mar 24, 2011 at 9:31 PM, Igor Vaynberg <ig...@gmail.com>wrote:

> probably an oversight of all the refactory. jira issue please.
>
> -igor
>
>
> On Thu, Mar 24, 2011 at 12:48 PM, Jens Zastrow <ma...@jens-zastrow.de>
> wrote:
> > Enabling with getRequestLoggerSettings().setRequestLoggerEnabled(true)
> > doesnt show any requests.
> >
> > Seems that the Application.logEventTarget and
> Application.logResponseTarget
> > are never invoked at all from the wicket-core,
> > nevertheless the get overridden in WebApplication???
> >
> > Any hints?
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: [wicket 1.5rc2] How to enable RequestLogger?

Posted by Igor Vaynberg <ig...@gmail.com>.
probably an oversight of all the refactory. jira issue please.

-igor


On Thu, Mar 24, 2011 at 12:48 PM, Jens Zastrow <ma...@jens-zastrow.de> wrote:
> Enabling with getRequestLoggerSettings().setRequestLoggerEnabled(true)
> doesnt show any requests.
>
> Seems that the Application.logEventTarget and Application.logResponseTarget
> are never invoked at all from the wicket-core,
> nevertheless the get overridden in WebApplication???
>
> Any hints?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org