Skip to content
Snippets Groups Projects
Unverified Commit 1e7d4884 authored by holmesb's avatar holmesb Committed by GitHub
Browse files

Fixes issue #7528 - allow configuring CALICO_STARTUP_LOGLEVEL via a new...

Fixes issue #7528 - allow configuring CALICO_STARTUP_LOGLEVEL via a new variable: calico_node_startup_loglevel (#7530)

Signed-off-by: default avatarBrendan Holmes <5072156+holmesb@users.noreply.github.com>
parent 6001edee
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ calico_felix_prometheusprocessmetricsenabled: true
# Set the agent log level. Can be debug, warning, info or fatal
calico_loglevel: info
calico_node_startup_loglevel: error
# Enable or disable usage report to 'usage.projectcalico.org'
calico_usage_reporting: false
......
......@@ -205,6 +205,9 @@ spec:
# Set Felix logging to "info"
- name: FELIX_LOGSEVERITYSCREEN
value: "{{ calico_loglevel }}"
# Set Calico startup logging to "error"
- name: CALICO_STARTUP_LOGLEVEL
value: "{{ calico_node_startup_loglevel }}"
# Enable or disable usage report
- name: FELIX_USAGEREPORTINGENABLED
value: "{{ calico_usage_reporting }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment