Skip to content

Commit

Permalink
remove verbose_mode that has been deprecated (#251)
Browse files Browse the repository at this point in the history
It has been deprecated/superceded since v1.26 (4 years ago)

part of: kiali/kiali#7208
  • Loading branch information
jmazzitelli authored Mar 21, 2024
1 parent b09c3af commit 0574de3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kiali-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ Create chart name and version as used by the chart label.
{{- end }}

{{/*
Identifies the log_level with the old verbose_mode and the new log_level considered.
Identifies the log_level.
*/}}
{{- define "kiali-server.logLevel" -}}
{{- if .Values.deployment.verbose_mode -}}
{{- .Values.deployment.verbose_mode -}}
{{- else -}}
{{- .Values.deployment.logger.log_level -}}
{{- end -}}
{{- end }}

{{/*
Expand Down

0 comments on commit 0574de3

Please sign in to comment.