Commit 7b5c1585 authored by Jose C Ordaz's avatar Jose C Ordaz
Browse files

using stderr for log messages

parent 5d090754
Showing with 2 additions and 2 deletions
+2 -2
......@@ -78,9 +78,9 @@ func init() {
func kubeconfigRun(cmd *cobra.Command, args []string) error {
var clusterPath, machinesPath string
log.SetOutput(os.Stdout)
log.SetOutput(os.Stderr)
log.Debug("Args",args)
log.Debug("Args", args)
bts, _ := json.Marshal(kubeconfigOptions)
log.Debug("kubeconfigOptions", string(bts))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment