Skip to content

Commit e0faa4d

Browse files
committed
log thread name in dev profile
1 parent 0ca0488 commit e0faa4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/config/dev/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Configuration status="WARN">
33

44
<Properties>
5-
<Property name="logPattern">[%-5p] %d %c - %m%n</Property>
5+
<Property name="logPattern">[%-5p] %d %c (%t) - %m%n</Property>
66
</Properties>
77

88
<Appenders>

0 commit comments

Comments
 (0)