oracle - weblogic warnings reduces system performance -


i developing web application runs on weblogic 10g, jsf, oracle database. when enter page requires huge query results, come across following warnings:

1  xyz-warpu  info   [[active] executethread: '1' queue: 'weblogic.kernel.default (self-tuning)'] openjpa.jdbc.jdbc - using dictionary class "kodo.jdbc.sql.kodooracledictionary" (oracle oracle database 10g express edition release 10.2.0.1.0 - production ,oracle jdbc driver 11.1.0.6.0-production+).  112  xyz-warpu  info   [[active] executethread: '1' queue: 'weblogic.kernel.default (self-tuning)'] openjpa.enhance - creating subclass , redefining methods "[class com.asd.xyz]". means application less efficient if ran openjpa enhancer. 

while jumping through pages system gets slow , logs being thrown continously.

my question how disable logging feature able access pages desired?

thanks in advance.

change application server's logging level. least logging is:

trace, debug, info, notice, warning, error, critical, alert, emergency 

when developing application might use trace or debug in production should warning or higher.

reference: configuring weblogic logging services


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -