Skip to content

Commit

Permalink
Merge pull request #141 from mmadzin/typo
Browse files Browse the repository at this point in the history
Typo fix in persistance log file name
  • Loading branch information
mmadzin authored Nov 6, 2024
2 parents 1770b22 + 0bc7d83 commit ecdd59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ func (r *WebServerReconciler) generateLoggingProperties(webServer *webserversv1a

"1catalina.org.apache.juli.AsyncFileHandler.level = FINE\n" +
"1catalina.org.apache.juli.AsyncFileHandler.directory = /opt/tomcat_logs\n" +
"1catalina.org.apache.juli.AsyncFileHandler.prefix = catalina${pod_name}.\n" +
"1catalina.org.apache.juli.AsyncFileHandler.prefix = catalina-${pod_name}.\n" +
"1catalina.org.apache.juli.AsyncFileHandler.maxDays = 90"
return cmd
}
Expand Down

0 comments on commit ecdd59a

Please sign in to comment.