annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
4fc118372ae7 Uploaded new version with fixes and broader support for interval files
timpalpant
parents: 4
diff changeset
1 log4j.rootLogger=info, stdout
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
5
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 # Pattern to output the caller's file name and line number.
7
4fc118372ae7 Uploaded new version with fixes and broader support for interval files
timpalpant
parents: 4
diff changeset
7 log4j.appender.stdout.layout.ConversionPattern=%m%n
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
8
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 # Only output errors from the BigWig library
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
10 log4j.logger.org.broad.igv.bbfile=ERROR