Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to stop ADF Faces 10.1.3 logging in finest level

PanosMar 17 2009 — edited Jul 2 2010
Hello,

Is there a way to stop adf faces to log so much details in the system output? I guess it is the default behaviour of adf faces to log everything (look at the example below), but since our log files are growing really fast at the production system with information we do not need, is there a way to define a coarse level of logging?

The problem exists in all three installations of our project (development, testing and production) where the log files produced under <ORACLE_HOME>/opmn/log are growning fast in size. We defined rotation to limit the size of files, but we would like to stop logging everything.


Example of details written in log files.
...
-->Returning false
phase(INVOKE_APPLICATION 5,com.sun.faces.context.FacesContextImpl@1e645ec)
Entering InvokeApplicationsPhase
getValue(ref=false)
getValue Result:false
-->Returning false
getValue(ref=GenericSearch)
Storing GenericSearch in scope request
Created bean GenericSearch successfully
resolveVariable: Resolved variable:view.backing.GenericSearch@acc01c
getValue Result:view.backing.GenericSearch@acc01c
-->Returning view.backing.GenericSearch@acc01c
Expression bindings passed syntax check
getValue(ref=bindings)
resolveVariable: Resolved variable:ProtocolPartyTOEnhancedPageDef
getValue Result:ProtocolPartyTOEnhancedPageDef
-->Returning ProtocolPartyTOEnhancedPageDef
Expression bindings.Afm passed syntax check
Expression bindings.Sname passed syntax check
Expression bindings.Lname passed syntax check
...


Thanks,
Panos
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 30 2010
Added on Mar 17 2009
2 comments
1,050 views