From 5331fc02e257266a4a5887dfe6277e5a0b42e7fc Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Thu, 8 Aug 2019 15:56:40 -0700 Subject: [PATCH] Remove GLog config from argo executor (#1537) --- cmd/argoexec/commands/root.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/argoexec/commands/root.go b/cmd/argoexec/commands/root.go index d1697ad972aa..bcc2cb32eebd 100644 --- a/cmd/argoexec/commands/root.go +++ b/cmd/argoexec/commands/root.go @@ -40,7 +40,6 @@ func init() { func initConfig() { cli.SetLogLevel(logLevel) - cli.SetGLogLevel(glogLevel) } func NewRootCommand() *cobra.Command {