How to stop ADF Faces 10.1.3 logging in finest level
PanosMar 17 2009 — edited Jul 2 2010Hello,
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