-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathlog4j-dev.xml
More file actions
15 lines (15 loc) · 678 Bytes
/
Copy pathlog4j-dev.xml
File metadata and controls
15 lines (15 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Appenders>
<Console name="SysOut" target="SYSTEM_OUT">
<PatternLayout
pattern="%style{[%d{HH:mm:ss}]}{blue} %highlight{[%t/%level]}{FATAL=red, ERROR=red, WARN=yellow, INFO=green, DEBUG=green, TRACE=blue} %style{(%logger{36})}{cyan} %highlight{%msg{nolookups}%n}{FATAL=red, ERROR=red, WARN=normal, INFO=normal, DEBUG=normal, TRACE=normal}"
disableAnsi="${sys:fabric.log.disableAnsi:-true}"/>
</Console>
</Appenders>
<Loggers>
<Root level="debug">
<AppenderRef ref="SysOut"/>
</Root>
</Loggers>
</Configuration>