Skip to content

Commit e2c4c14

Browse files
committed
add thread name to logs in prod env
reason: uniformity since other envs have it. for whatever reason, prod was different.
1 parent 0b6d2d9 commit e2c4c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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>
@@ -33,4 +33,4 @@
3333
<AppenderRef ref="FILE"/>
3434
</AsyncRoot>
3535
</Loggers>
36-
</Configuration>
36+
</Configuration>

0 commit comments

Comments
 (0)