forked from biojava/biojava
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlog4j2.xml
More file actions
22 lines (21 loc) · 732 Bytes
/
Copy pathlog4j2.xml
File metadata and controls
22 lines (21 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Appenders>
<Console name="Console" target="SYSTEM_ERR">
<PatternLayout pattern="%d{HH:mm:ss} [%t] %-5level %logger{36} - %msg%n"/>
</Console>
</Appenders>
<Loggers>
<!--
<Logger name="org.biojava.nbio.core.sequence.loader.GenbankProxySequenceReader" level="debug">
<AppenderRef ref="Console"/>
</Logger>
-->
<!--
<Logger name="org.biojava.nbio.core.sequence.location.InsdcParserTest" level="debug" />
-->
<Root level="info">
<AppenderRef ref="Console"/>
</Root>
</Loggers>
</Configuration>