You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/08/10 18:29:26 UTC

cvs commit: jakarta-tomcat-5/resources log4j.properties

costin      2002/08/10 09:29:26

  Added:       resources log4j.properties
  Log:
  Added a small log4j config file.
  I'll add more comments and the (current) names of the loggers.
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-5/resources/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  log4j.rootCategory=info, stdout
  
  log4j.appender.stdout=org.apache.log4j.ConsoleAppender
  log4j.appender.stdout.layout.ConversionPattern=%r [%t] %-5p\: %-15c{2} - %m%n
  log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
  
  #log4j.category.org.apache.catalina=info
  
  #log4j.category.org.apache.jasper.compiler.Compiler=debug
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>