diff galaxy-conf/log4j.properties @ 7:4fc118372ae7

Uploaded new version with fixes and broader support for interval files
author timpalpant
date Sun, 19 Feb 2012 01:54:28 -0500
parents 4b32ed5d4a1b
children 3e477c7e0e73
line wrap: on
line diff
--- a/galaxy-conf/log4j.properties	Tue Feb 14 18:40:50 2012 -0500
+++ b/galaxy-conf/log4j.properties	Sun Feb 19 01:54:28 2012 -0500
@@ -1,10 +1,10 @@
-log4j.rootLogger=warn, stdout
+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=%5p - %m%n
+log4j.appender.stdout.layout.ConversionPattern=%m%n
 
 # Only output errors from the BigWig library
 log4j.logger.org.broad.igv.bbfile=ERROR
\ No newline at end of file