You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/03/31 05:02:59 UTC

cvs commit: maven/src/plugins-build/j2ee/src/test-resources log4j.properties

dion        2003/03/30 19:02:59

  Added:       src/plugins-build/j2ee/src/test-resources log4j.properties
  Log:
  This maybe useless, but I want to investigate how logging works with test cases
  
  Revision  Changes    Path
  1.1                  maven/src/plugins-build/j2ee/src/test-resources/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  # ------------------------------------------------------------------------
  # L O G 4 J  C O N F I G U R A T I O N
  # ------------------------------------------------------------------------
  
  # ------------------------------------------------------------------------
  # R O O T  C A T E G O R Y
  # ------------------------------------------------------------------------
  log4j.rootCategory = DEBUG, maven
  log4j.appender.maven=org.apache.log4j.ConsoleAppender
  log4j.appender.maven.layout=org.apache.log4j.PatternLayout
  log4j.appender.maven.layout.conversionPattern = %d %-5p %c - %m%n
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org