cmd.PersistentFlags().BoolVarP(&verbose,"verbose","v",false,"Print the logs on the standard output.")
cmd.PersistentFlags().String("log-level","","Messages with this level and above will be logged. Valid levels are: Trace, Debug, Info, Warning, Error, Fatal, Panic")
cmd.PersistentFlags().String("log-level","","Messages with this level and above will be logged. Valid levels are: trace, debug, info, warn, error, fatal, panic")