annotate log4j.properties @ 2:e16016635b2a

Uploaded
author timpalpant
date Mon, 13 Feb 2012 22:12:06 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
1 log4j.rootLogger=debug, stdout
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
2
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
3 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
4 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
5
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
6 # Pattern to output the caller's file name and line number.
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
7 log4j.appender.stdout.layout.ConversionPattern=%5p - %m%n
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
8
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
9 # Only output errors from the BigWig library
e16016635b2a Uploaded
timpalpant
parents:
diff changeset
10 log4j.logger.org.broad.igv.bbfile=ERROR