[teiid-commits] teiid SVN: r1060 - trunk/build/kit-embedded/deploy.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jun 16 14:51:45 EDT 2009


Author: rareddy
Date: 2009-06-16 14:51:45 -0400 (Tue, 16 Jun 2009)
New Revision: 1060

Added:
   trunk/build/kit-embedded/deploy/log4j.properties
Log:
TEIID-672: adding default "log4j.properties" for the embedded

Added: trunk/build/kit-embedded/deploy/log4j.properties
===================================================================
--- trunk/build/kit-embedded/deploy/log4j.properties	                        (rev 0)
+++ trunk/build/kit-embedded/deploy/log4j.properties	2009-06-16 18:51:45 UTC (rev 1060)
@@ -0,0 +1,24 @@
+#### Log4J configuration for Teiid
+log4j.rootCategory=FATAL, TEIID
+
+# Print only messages of priority ERROR or higher for your category
+# This is for JGroups
+log4j.category.org.jgroups=WARN
+
+#This one controls for JBoss Cache
+log4j.category.org.jboss=WARN
+
+# This one controls Teiid 
+log4j.category.org.teiid=WARN
+
+
+# Appender writes to a file
+# Control the maximum log file size, number of backup files
+log4j.appender.TEIID=org.apache.log4j.RollingFileAppender
+log4j.appender.TEIID.File=${dqp.log4jFile}
+log4j.appender.TEIID.MaxFileSize=1000KB
+log4j.appender.TEIID.MaxBackupIndex=25
+
+# layout {priority, thread, category, message, newline}
+log4j.appender.TEIID.layout=org.apache.log4j.PatternLayout
+log4j.appender.TEIID.layout.ConversionPattern=%p %t %c - %m%n
\ No newline at end of file


Property changes on: trunk/build/kit-embedded/deploy/log4j.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the teiid-commits mailing list