Skip to content

Commit

Permalink
Merge pull request #90 from docker/4.0.1_20210218
Browse files Browse the repository at this point in the history
bugfix for tomcat logging
  • Loading branch information
pcaskey authored Feb 18, 2021
2 parents 3a3fbc1 + 1a49fb1 commit d4247ab
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 d4247ab

Please sign in to comment.