diff galaxy-conf/log4j.properties @ 20:9d56b5b85740 draft

Reuploaded to see if tools get loaded correctly this time.
author timpalpant
date Fri, 15 Jun 2012 15:10:26 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/galaxy-conf/log4j.properties	Fri Jun 15 15:10:26 2012 -0400
@@ -0,0 +1,12 @@
+log4j.rootLogger=info, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+
+# Pattern to output the caller's file name and line number.
+log4j.appender.stdout.layout.ConversionPattern=%m%n
+
+# Only output errors from the BigWig library
+log4j.logger.org.broad.igv.bbfile=ERROR
+# Only output errors from java-genomics-io
+log4j.logger.edu.unc.genomics.io=ERROR
\ No newline at end of file