Skip to content

Commit 0cb77f9

Browse files
authored
fix(module): log verbosity level mapping (#2101)
Limited the maximum debug verbosity level to 9 in the Virtualization controller to prevent full trace-level logs from appearing when debug logging is enabled. Signed-off-by: Roman Sysoev <roman.sysoev@flant.com>
1 parent 294b347 commit 0cb77f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/virtualization-controller/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ true
1010
value: {{ include "moduleLogLevel" . }}
1111
{{- if eq (include "moduleLogLevel" .) "debug" }}
1212
- name: LOG_DEBUG_VERBOSITY
13-
value: "10"
13+
value: "9"
1414
{{- end }}
1515
- name: LOG_FORMAT
1616
value: {{ include "moduleLogFormat" . }}

0 commit comments

Comments
 (0)