Hi What bin/*.exe corresponds to 'Start > All Programs > Apache Tomcat 6.0 > Configure Tomcat' ?
java.util.logging.ConsoleHandler.level = WARNING (in conf\logging.properties) didn't work .. Thanks! -----Mensaje original----- De: Konstantin Kolinko [mailto:[email protected]] Enviado el: martes, 02 de febrero de 2010 11:11 Para: Tomcat Users List Asunto: Re: changing trace level of 'internal' tomcat logs 2010/2/2 Lominchar García, José Luis <[email protected]>: > Hi, > ¿does somebody knows what I have to do to change trace level of > jakarta_service_<date>.log and stdout_<date>.log from 'info' to 'warn'? > jakarta_service_<date>.log : Start > All Programs > Apache Tomcat 6.0 > Configure Tomcat then switch to the "Logging" page and choose "Level", one of: Error, Info, Warning, Debug. > stdout_<date>.log: java.util.logging.ConsoleHandler.level = WARNING (in conf\logging.properties) See java.util.logging log level names here: http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Level.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
