do not need glog

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-09-16 20:31:07 +08:00
parent 97c9a1786a
commit 984764979a
2 changed files with 0 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ package app
import (
goflag "flag"
"fmt"
"github.com/golang/glog"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"kubesphere.io/kubesphere/cmd/ks-iam/app/options"
@@ -50,7 +49,6 @@ cluster's shared state through which all other components interact.`,
}
s.AddFlags(cmd.Flags())
cmd.Flags().AddGoFlagSet(goflag.CommandLine)
glog.CopyStandardLogTo("INFO")
return cmd
}