ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/etc/log4cxx.properties
Revision: 1.5
Committed: Tue Feb 14 19:43:14 2006 UTC (19 years, 2 months ago) by afaq
Branch: MAIN
CVS Tags: AfterJan2006SchemaChanges_v01_00_01
Branch point for: BranchForCPPWebServiceTesting
Changes since 1.4: +1 -1 lines
Log Message:
removing t_file_type from the view temporarily, its currently unused

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 afaq 1.5 log4j.appender.R.File=/data/DBS_Server/DMS_For_CGI_Compare/DBS/Server/etc/server.log
11 afaq 1.1
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