Re: JSF's Warnings and INFO messages in my LOG

2009-03-25 Thread Simon Kitching
Myfaces core 1.1.x and 1.2.x use apache commons-logging. So does tomahawk. Commons-logging just forwards logged messages to some other logging library, eg log4j or java.util.logging, depending on what libraries you have in your classpath. So it is this *other* logging library that you need to con

Re: JSF's Warnings and INFO messages in my LOG

2009-03-24 Thread Richard Yee
It depends on what logging library you are using. Try setting the default logging level to ERROR or FATAL. Otherwise, just set the logging level for org.apach.myfaces to something higher than INFO. -Richard On Tue, Mar 24, 2009 at 2:56 PM, daniel ccss wrote: > Anybody, I really want to eliminate

Re: JSF's Warnings and INFO messages in my LOG

2009-03-24 Thread daniel ccss
Anybody, I really want to eliminate myfaces´s messages: Example of the messages: Mar 24, 2009 2:26:35 PM org.apache.myfaces.config.FacesConfigurator feedWebAppConfig INFO: Reading config /WEB-INF/faces-config.xml Mar 24, 2009 2:26:36 PM org.apache.myfaces.config.FacesConfigurator logMetaInf INFO:

JSF's Warnings and INFO messages in my LOG

2009-03-24 Thread daniel ccss
Hi all, I need to disable the JSF´s warning and info messages in my log, how can I do that?? i´m using JSF: myfaces, tomahawk Thanks