Skip to content

Commit

Permalink
Typo fix in persistance log file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matus Madzin committed Nov 4, 2024
1 parent 1770b22 commit 0bc7d83
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 0bc7d83

Please sign in to comment.