Mercurial > repos > timpalpant > java_genomics_toolkit
annotate galaxy-conf/log4j.properties @ 4:4b32ed5d4a1b
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 00:59:33 -0500 |
parents | |
children | 4fc118372ae7 |
rev | line source |
---|---|
4 | 1 log4j.rootLogger=warn, stdout |
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 - %m%n | |
8 | |
9 # Only output errors from the BigWig library | |
10 log4j.logger.org.broad.igv.bbfile=ERROR |