mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-10-21 07:22:33 +00:00
Today, Multus will always log via STDERR, and these logs will then logged by the Kubelet. If we also choose to have Multus log to a file by setting the LogFile option in the CNI configuration, the same logs will be logged twice. This commit provide the option to disable logging to STDERR. Signed-off-by: Yun Zhou <yunz@nvidia.com>