Skip to content

Commit

Permalink
chore: fix tomcat log path (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntheanh201 authored Apr 11, 2024
1 parent 900cf16 commit 448ca10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic_router/core/src/main/conf/logging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.jul
############################################################

1catalina.org.apache.juli.AsyncFileHandler.level = INFO
1catalina.org.apache.juli.AsyncFileHandler.directory = ${catalina.home}/logs
1catalina.org.apache.juli.AsyncFileHandler.directory = /var/log/tomcat
1catalina.org.apache.juli.AsyncFileHandler.prefix = catalina.
1catalina.org.apache.juli.AsyncFileHandler.rotatable = true
1catalina.org.apache.juli.AsyncFileHandler.maxDays = 30

0 comments on commit 448ca10

Please sign in to comment.