#*******************************************************************************
#Copyright (c) 2008 IBM Corporation
#All rights reserved. This program and the accompanying materials
#are made available under the terms of the Eclipse Public License v1.0
#which accompanies this distribution, and is available at
#http://www.eclipse.org/legal/epl-v10.html
#
#Contributors:
#    IBM Corporation - initial API and implementation
#*******************************************************************************
############################
#
# Log files for COSMOS DEMO
#
############################
#
# COSMOS
#
log4j.logger.org.eclipse.cosmos=INFO, COSMOS
log4j.appender.COSMOS=org.apache.log4j.RollingFileAppender
log4j.appender.COSMOS.File=${catalina.base}/logs/cosmos.log
log4j.appender.COSMOS.Append=true
log4j.appender.COSMOS.layout=org.apache.log4j.PatternLayout
log4j.appender.COSMOS.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n
log4j.appender.COSMOS.MaxBackupIndex=2
