vmassol     01/06/17 06:27:43

  Added:       cactus/conf/sample/conf/test log_client.properties
                        log_server.properties
  Log:
  added logging using log4j
  
  Revision  Changes    Path
  1.1                  
jakarta-commons/cactus/conf/sample/conf/test/log_client.properties
  
  Index: log_client.properties
  ===================================================================
  
  # Properties for configuring Log4j
  # This is the configuring for logging on the JUnit side (i.e. the client side)
  
  log4j.appender.cactus = org.apache.log4j.FileAppender
  log4j.appender.cactus.File = cactus_client.log
  log4j.appender.cactus.Append = false
  log4j.appender.cactus.layout = org.apache.log4j.PatternLayout
  log4j.appender.cactus.layout.ConversionPattern = %r [%t] %-5p %c{2} %x - %m %n
  
  log4j.rootCategory = DEBUG, cactus
  
  
  1.1                  
jakarta-commons/cactus/conf/sample/conf/test/log_server.properties
  
  Index: log_server.properties
  ===================================================================
  
  # Properties for configuring Log4j
  # This is the configuring for logging on the server side
  
  log4j.appender.cactus = org.apache.log4j.FileAppender
  log4j.appender.cactus.File = cactus_server.log
  log4j.appender.cactus.Append = false
  log4j.appender.cactus.layout = org.apache.log4j.PatternLayout
  log4j.appender.cactus.layout.ConversionPattern = %r [%t] %-5p %c{2} %x - %m %n
  
  log4j.rootCategory = DEBUG, cactus
  
  

Reply via email to