You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
I believe the crux of this issue is that while the weave-npc program supports our usual command-line flag --log-level, it is nontrivial to edit this into the yaml for the DaemonSet.
Our config generator at cloud.weave.works allows you to add environment variables, so perhaps that is the way to go.
bboreham
changed the title
Support configurable log level
Support configurable log level in weave-npc
Feb 19, 2018
For anyone else who came to this from a google search, this can be accomplished by patching the PodSpec in the DaemonSet to add --log-level=error to the args list.
From @awh on October 14, 2016 8:43
Via a configmap or an environment variable.
Copied from original issue: weaveworks-experiments/weave-npc#20
The text was updated successfully, but these errors were encountered: