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
We probably need to verify the E2E for this, but the way the log levels are currently configured shouldn't work properly (and doesn't for me). Issue is we are using logrus.New() and then setting the log level vs just logrus.SetLevel(). Recommend we just push that to the root.cmd such as below:
We probably need to verify the E2E for this, but the way the log levels are currently configured shouldn't work properly (and doesn't for me). Issue is we are using
logrus.New()
and then setting the log level vs justlogrus.SetLevel()
. Recommend we just push that to theroot.cmd
such as below:The text was updated successfully, but these errors were encountered: