ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/etc/log4cxx.properties
Revision: 1.1
Committed: Mon Oct 31 22:10:35 2005 UTC (19 years, 6 months ago) by afaq
Branch: MAIN
Branch point for: v00
Log Message:
Initial revision

File Contents

# User Rev Content
1 afaq 1.1 log4j.rootLogger=debug, stdout, R
2    
3     log4j.appender.stdout=org.apache.log4j.ConsoleAppender
4     log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
5    
6     # Pattern to output the caller's file name and line number.
7     log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
8    
9     log4j.appender.R=org.apache.log4j.RollingFileAppender
10     log4j.appender.R.File=/tmp/server.log
11    
12     log4j.appender.R.MaxFileSize=100KB
13    
14     # Keep one backup file
15     log4j.appender.R.MaxBackupIndex=10
16    
17     log4j.appender.R.layout=org.apache.log4j.PatternLayout
18     log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n