Mercurial > repos > timpalpant > java_genomics_toolkit
annotate galaxy-conf/log4j.properties @ 25:b43c420a6135 draft default tip
Incorporate fix: https://github.com/timpalpant/java-genomics-toolkit/commit/9a6c61b7c6b8d85a1cd3f595eed657a537b85dc9
| author | timpalpant |
|---|---|
| date | Sat, 09 Feb 2019 14:02:24 -0500 |
| parents | 9d56b5b85740 |
| children |
| rev | line source |
|---|---|
|
20
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
1 log4j.rootLogger=info, stdout |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
2 |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
3 log4j.appender.stdout=org.apache.log4j.ConsoleAppender |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
4 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
5 |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
6 # Pattern to output the caller's file name and line number. |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
7 log4j.appender.stdout.layout.ConversionPattern=%m%n |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
8 |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
9 # Only output errors from the BigWig library |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
10 log4j.logger.org.broad.igv.bbfile=ERROR |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
11 # Only output errors from java-genomics-io |
|
9d56b5b85740
Reuploaded to see if tools get loaded correctly this time.
timpalpant
parents:
diff
changeset
|
12 log4j.logger.edu.unc.genomics.io=ERROR |
