diff galaxy-conf/log4j.properties @ 24:a77e126ae856 draft

Reupload since last upload did not load correctly
author timpalpant
date Tue, 19 Jun 2012 22:15:09 -0400
parents 9d56b5b85740
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/galaxy-conf/log4j.properties	Tue Jun 19 22:15:09 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