view galaxy-conf/log4j.properties @ 10:d063d22f4e80

Uploaded
author timpalpant
date Sat, 17 Mar 2012 08:11:55 -0400
parents 4fc118372ae7
children 3e477c7e0e73
line wrap: on
line source

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=%m%n

# Only output errors from the BigWig library
log4j.logger.org.broad.igv.bbfile=ERROR