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
The problem is that there are two different types of output: logging and user output. When fmt. is used, it's for data like object uuids and such, and when log. is used, it's for logging/informational messages. The logging library doesn't support important parts of data output like printing regardless of logging level, and fmt doesn't support important logging features like logging levels
Sometimes we print with
fmt.
and sometimes it islog.
. Maybe redirect to whatever cobra offers here. Anyway, kind of in-transparent. Clean this up.The text was updated successfully, but these errors were encountered: