change another one to warn

pull/15864/head
Medya Gh 2023-02-15 11:18:09 -08:00
parent f3266711de
commit a26f197f0b
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ var RootCmd = &cobra.Command{
var err error
auditID, err = audit.LogCommandStart()
if err != nil {
klog.Errorf("failed to log command start to audit: %v", err)
klog.Warningf("failed to log command start to audit: %v", err)
}
// viper maps $MINIKUBE_ROOTLESS to "rootless" property automatically, but it does not do vice versa,
// so we map "rootless" property to $MINIKUBE_ROOTLESS expliclity here.