Skip to content

Commit

Permalink
bugfix for tomcat logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 18, 2021
1 parent 3a3fbc1 commit 1a49fb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions container_files/tomcat/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
<Appenders>
<File name="CATALINA"
fileName="/tmp/logpipe">
<PatternLayout pattern="tomcat;catalina.out;${env:ENV};${env:USERTOKEN} ${layout}"/>
<PatternLayout pattern="tomcat;catalina.out;${env:ENV};${env:USERTOKEN};${layout}"/>
</File>
<File name="LOCALHOST"
fileName="/tmp/logpipe">
<PatternLayout pattern="tomcat;localhost.log;${env:ENV};${env:USERTOKEN} ${layout}"/>
<PatternLayout pattern="tomcat;localhost.log;${env:ENV};${env:USERTOKEN};${layout}"/>
</File>

</Appenders>
<Loggers>
<Root level="info">
Expand Down

0 comments on commit 1a49fb1

Please sign in to comment.