Thanks Leonardo for the response. Per javadoc[1], OFF is available as you stated. I will give that a try.
[1] http://docs.oracle.com/javase/6/docs/api/java/util/logging/Level.html#OFF On Tue, Jan 7, 2014 at 10:54 PM, Leonardo Uribe <[email protected]> wrote: > Hi Howard > > I think it should work with: > > org.apache.myfaces.application.ResourceHandlerImpl.level = OFF > > regards, > > Leonardo > > 2014/1/7 Howard W. Smith, Jr. <[email protected]>: > > Leonardo, > > > > On Tue, Nov 12, 2013 at 10:45 PM, Leonardo Uribe <[email protected]> > wrote: > > > >> The exception > >> was added in the log on: > >> > >> https://issues.apache.org/jira/browse/MYFACES-3736 > >> > >> I have checked it and there is no evidence of an error from MyFaces > side. > >> > >> Maybe we can do something to hide the exception, printing it only if > >> Level.FINE is set. > >> > > > > In the meanwhile, what is the best way to prevent this exception from > > appearing in my (tomee+) log file? can i disable it via > logging.properties > > via the following? > > > > org.apache.myfaces.application.ResourceHandlerImpl.level = WARNING >

