Mercurial > repos > timpalpant > java_genomics_toolkit
annotate log4j.properties @ 2:e16016635b2a
Uploaded
author | timpalpant |
---|---|
date | Mon, 13 Feb 2012 22:12:06 -0500 |
parents | |
children |
rev | line source |
---|---|
2 | 1 log4j.rootLogger=debug, 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 |