You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by 101questionjsf <in...@yahoo.com> on 2006/03/30 13:22:53 UTC

how to not show log message from faces?

hi all,

I have used log4j for logging, but the messages from below also appear on my
log file, i only want those messages from my application and not messages
from faces technology

Anyone know how to filter off these system faces messages?


org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:366) -
exiting renderResponse in org.apache.myfaces.lifecycle.LifecycleImpl
2006-03-30 15:19:52,289 DEBUG javax.faces.webapp.FacesServlet
javax.faces.webapp.FacesServlet.service(FacesServlet.java:132) - service end
2006-03-30 15:20:32,773 DEBUG
javax.faces.webapp.FacesServlet.init(FacesServlet.java:82) - init begin
2006-03-30 15:20:32,773 DEBUG
javax.faces.webapp.FacesServlet.init(FacesServlet.java:91) - init end
2006-03-30 15:20:39,648 DEBUG
javax.faces.webapp.FacesServlet.service(FacesServlet.java:99) - service
begin

2006-03-30 15:20:39,836 WARN
com.foss.core.admin.testlog.log(testlog.java:12) - TEST warn
2006-03-30 15:20:39,836 INFO
com.foss.core.admin.testlog.log(testlog.java:13) - TEST info
2006-03-30 15:20:39,836 DEBUG
com.foss.core.admin.testlog.log(testlog.java:14) - TEST debug

--
View this message in context: http://www.nabble.com/how-to-not-show-log-message-from-faces--t1367872.html#a3668223
Sent from the MyFaces - Users forum at Nabble.com.