Re: Problems with logging.properties

2010-10-20 Thread Edson Carlos Ericksson Richter
By It works I want to mean, some changes works (like the filename), but the specific filters does not. Please advise. Edson. Em 19/10/2010 21:04, Edson Carlos Ericksson Richter escreveu: It works:

Re: Problems with logging.properties

2010-10-20 Thread Jason Britton
Have you tried being less than class specific in your log level assignment? Instead of org.springframework.beans.factory.config.FieldRetrievingFactoryBean.level = WARNING org.springframework.beans.factory.support.DefaultListableBeanFactory.level = WARNING

Problems with logging.properties

2010-10-19 Thread Edson Carlos Ericksson Richter
Dear all, I've already spent lot's of time trying to make some Spring Framework messages go away from my log, without success. My last configuration is: /** Begin of file **/ handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler,

Re: Problems with logging.properties

2010-10-19 Thread Edson Carlos Ericksson Richter
It works: file:///C:/Users/Edson/.netbeans/6.9/apache-tomcat-6.0.26_base/logs/somethingelse.2010-10-19.log (I'm running Tomcat from inside NetBeans, in Windows platform - I have also similar configuration in Ubuntu Server 10.10 with Tomcat alone). Edson. Em 19/10/2010 20:43, Jason