Skip to content

Commit

Permalink
Missed change to JAVA_LOGGING_MAXSIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Jun 7, 2023
1 parent 689fe77 commit 3eb9717
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ spec:
- name: "JAVA_LOGGING_LEVEL"
value: {{ .javaLoggingLevel | quote }}
- name: "JAVA_LOGGING_MAXSIZE"
value: {{ .javaLoggingFileSizeLimit | default 20000000 | quote }}
value: {{ int64 .javaLoggingFileSizeLimit | default 20000000 | quote }}
- name: "JAVA_LOGGING_COUNT"
value: {{ .javaLoggingFileCount | default 10 | quote }}
{{- if .remoteDebugNodePortEnabled }}
Expand Down

0 comments on commit 3eb9717

Please sign in to comment.