weaver      2004/05/27 12:54:16

  Added:       portal/src/test log4j.properties
  Log:
  added log4j.props
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed-2/portal/src/test/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  # ------------------------------------------------------------------------
  #
  # Logging Configuration
  #
  # $Id: log4j.properties,v 1.1 2004/05/27 19:54:16 weaver Exp $
  #
  # ------------------------------------------------------------------------
  
  #
  # If we don't know the logging facility, put it into the jetspeed.log
  # 
  #
  log4j.rootLogger = INFO, console
  
  #
  # Jetspeed goes into Jetspeed Log
  #
  log4j.category.org.apache.jetspeed = DEBUG, console
  log4j.additivity.org.apache.jetspeed = false
  
  #
  # Velocity Logfile
  #
  log4j.category.velocity = INFO, console
  log4j.additivity.velocity = false
  
  #
  # OJB Logfile
  #
  log4j.category.org.apache.ojb= INFO, console
  log4j.additivity.org.apache.ojb= false
  
  
  
  
  #
  # Console
  #
  log4j.appender.console=org.apache.log4j.ConsoleAppender
  log4j.appender.console.layout=org.apache.log4j.PatternLayout
  
  # Pattern to output the caller's file name and line number.
  log4j.appender.console.layout.ConversionPattern=%5p: %m%n
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to