Skip to content

Commit

Permalink
#21393 update log4j2.xml (#21398) (#21401)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Ezell <will@dotcms.com>
  • Loading branch information
nollymar and wezell committed Dec 13, 2021
1 parent aede611 commit 83e5c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotCMS/src/main/webapp/WEB-INF/log4j/log4j2.xml
Expand Up @@ -2,7 +2,7 @@
<Configuration status="INFO">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} %-5level %logger{2} - %msg%n" />
<PatternLayout pattern="%d{HH:mm:ss.SSS} %-5level %logger{2}{nolookups} - %msg{nolookups}%n" />
</Console>
</Appenders>
<Loggers>
Expand Down

0 comments on commit 83e5c85

Please sign in to comment.