You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by dharmendra pandey <dh...@gmail.com> on 2014/09/09 13:16:41 UTC

Wicket logs

Hi,

My application is deployed on PRODUCTION environment and I set our
application log level (Wicket Application to deployment mode)

After override/setting the method below we are seeing lots unnecessary
wicket logs info in file.


  public RuntimeConfigurationType getRuntimeConfigurationType() {

        return RuntimeConfigurationType.DEPLOYMENT;

    }

Please suggest,

Regards
Dharmendra Pandey

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-logs-tp4667415.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Wicket logs

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

The logging level is controlled by Log4j/Logback/... config files. Wicket's
configuration mode doesn't affect the logging by any means.
Edit your src/main/resources/(log4j.properties|logback.xml)

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Wed, Sep 10, 2014 at 10:07 AM, dharmendra pandey <
dharmendra.panday@gmail.com> wrote:

> Hi Martin,
>
>
> We are getting the below logs, Even our application server running in
> deployment mode still we are getting the below logs.
>
>
> Sep 8, 2014 7:17:25 AM org.apache.catalina.core.StandardWrapperValve invoke
> INFO: 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> o.a.w.p.h.servlet.ServletWebRequest - Calculating context relative path
> from: context path '/root', filterPrefix 'test/', uri
> '/root/test/TestListView'
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> o.a.w.p.h.servlet.ServletWebRequest - Calculating context relative path
> from: context path '/root', filterPrefix 'test/', uri
> '/root/test/TestListView'
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> o.a.w.p.h.servlet.ServletWebRequest - Calculating context relative path
> from: context path '/root', filterPrefix 'test/', uri
> '/root/test/TestListView'
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> o.a.w.r.mapper.CompoundRequestMapper - One compatible mapper found for URL
>
> 'TestListView?suiteKey=ApparelAccelerator&emxSuiteDirectory=fao&StringResourceFileId=emxApparelAcceleratorStringResource'
> -> 'Mapper: org.apache.wicket.core.request.mapper.MountedMapper; Score: 2'
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> o.a.w.p.h.servlet.ServletWebRequest - Calculating context relative path
> from: context path '/root', filterPrefix 'test/', uri
> '/root/test/TestListView'
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> org.apache.wicket.MarkupContainer
> - Add title to [Page class =
> com.hm.pdm.web.test.test.listview.TestListView,
> id = 0, render count = 0]
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> org.apache.wicket.MarkupContainer
> - Add feedbackul to [JQueryFeedbackPanel [Component id = feedback]]
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> org.apache.wicket.MarkupContainer
> - Add messages to [WebMarkupContainer [Component id = feedbackul]]
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> org.apache.wicket.MarkupContainer
> - Add feedback to [Page class =
> com.hm.pdm.web.test.test.listview.TestListView, id = 0, render count = 0]
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> org.apache.wicket.MarkupContainer
> - Add samplesLink to [Page class =
> com.hm.pdm.web.test.test.listview.TestListView, id = 0, render count = 0]
> 07:17:15.671 [http-nio-9001-exec-45] DEBUG
> org.apache.wicket.MarkupContainer
> - Add testsLink to [Page class =
> com.hm.pdm.web.test.test.listview.TestListView, id = 0, render count = 0]
> 07:17:15.702 [http-nio-9001-exec-45] DEBUG
> org.apache.wicket.MarkupContainer
> - Add value to [InputFragment [Component id = fvalue]]
> 07:17:15.702 [http-nio-9001-exec-45] DEBUG
> org.apache.wicket.MarkupContainer
> - Add flabel to [WebMarkupContainer [Component id = 1]]
> 07:17:15.702 [http-nio-9001-exec-45] DEBUG
> org.apache.wicket.MarkupContainer
> - Add fvalue to [WebMarkupContainer [Component id = 1]]
>
>
> Regards
> Dharmendra Pandey
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-logs-tp4667415p4667444.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Wicket logs

Posted by dharmendra pandey <dh...@gmail.com>.
Hi Martin,


We are getting the below logs, Even our application server running in
deployment mode still we are getting the below logs.


Sep 8, 2014 7:17:25 AM org.apache.catalina.core.StandardWrapperValve invoke
INFO: 07:17:15.671 [http-nio-9001-exec-45] DEBUG
o.a.w.p.h.servlet.ServletWebRequest - Calculating context relative path
from: context path '/root', filterPrefix 'test/', uri
'/root/test/TestListView'
07:17:15.671 [http-nio-9001-exec-45] DEBUG
o.a.w.p.h.servlet.ServletWebRequest - Calculating context relative path
from: context path '/root', filterPrefix 'test/', uri
'/root/test/TestListView'
07:17:15.671 [http-nio-9001-exec-45] DEBUG
o.a.w.p.h.servlet.ServletWebRequest - Calculating context relative path
from: context path '/root', filterPrefix 'test/', uri
'/root/test/TestListView'
07:17:15.671 [http-nio-9001-exec-45] DEBUG
o.a.w.r.mapper.CompoundRequestMapper - One compatible mapper found for URL
'TestListView?suiteKey=ApparelAccelerator&emxSuiteDirectory=fao&StringResourceFileId=emxApparelAcceleratorStringResource'
-> 'Mapper: org.apache.wicket.core.request.mapper.MountedMapper; Score: 2'
07:17:15.671 [http-nio-9001-exec-45] DEBUG
o.a.w.p.h.servlet.ServletWebRequest - Calculating context relative path
from: context path '/root', filterPrefix 'test/', uri
'/root/test/TestListView'
07:17:15.671 [http-nio-9001-exec-45] DEBUG org.apache.wicket.MarkupContainer
- Add title to [Page class = com.hm.pdm.web.test.test.listview.TestListView,
id = 0, render count = 0]
07:17:15.671 [http-nio-9001-exec-45] DEBUG org.apache.wicket.MarkupContainer
- Add feedbackul to [JQueryFeedbackPanel [Component id = feedback]]
07:17:15.671 [http-nio-9001-exec-45] DEBUG org.apache.wicket.MarkupContainer
- Add messages to [WebMarkupContainer [Component id = feedbackul]]
07:17:15.671 [http-nio-9001-exec-45] DEBUG org.apache.wicket.MarkupContainer
- Add feedback to [Page class =
com.hm.pdm.web.test.test.listview.TestListView, id = 0, render count = 0]
07:17:15.671 [http-nio-9001-exec-45] DEBUG org.apache.wicket.MarkupContainer
- Add samplesLink to [Page class =
com.hm.pdm.web.test.test.listview.TestListView, id = 0, render count = 0]
07:17:15.671 [http-nio-9001-exec-45] DEBUG org.apache.wicket.MarkupContainer
- Add testsLink to [Page class =
com.hm.pdm.web.test.test.listview.TestListView, id = 0, render count = 0]
07:17:15.702 [http-nio-9001-exec-45] DEBUG org.apache.wicket.MarkupContainer
- Add value to [InputFragment [Component id = fvalue]]
07:17:15.702 [http-nio-9001-exec-45] DEBUG org.apache.wicket.MarkupContainer
- Add flabel to [WebMarkupContainer [Component id = 1]]
07:17:15.702 [http-nio-9001-exec-45] DEBUG org.apache.wicket.MarkupContainer
- Add fvalue to [WebMarkupContainer [Component id = 1]]


Regards
Dharmendra Pandey

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-logs-tp4667415p4667444.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Wicket logs

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

The provided (none!) logs look fine.
Please provide some more so we can check them too.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Tue, Sep 9, 2014 at 2:16 PM, dharmendra pandey <
dharmendra.panday@gmail.com> wrote:

> Hi,
>
> My application is deployed on PRODUCTION environment and I set our
> application log level (Wicket Application to deployment mode)
>
> After override/setting the method below we are seeing lots unnecessary
> wicket logs info in file.
>
>
>   public RuntimeConfigurationType getRuntimeConfigurationType() {
>
>         return RuntimeConfigurationType.DEPLOYMENT;
>
>     }
>
> Please suggest,
>
> Regards
> Dharmendra Pandey
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-logs-tp4667415.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>