Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit acc902f

Browse files
committed
Fix user console output format
1 parent 022515f commit acc902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Configuration>
33
<Appenders>
44
<Console name="CONSOLE" target="SYSTEM_OUT">
5-
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} [%t] %-5p %c %x - %m%n" />
5+
<PatternLayout pattern="%m%n %throwable{1}" />
66
</Console>
77
<File name="DEBUG_FILE" fileName="remotedevice-debug.log" append="false">
88
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} [%t] %-5p %c %x - %m%n" />

0 commit comments

Comments
 (0)