Skip to content

Commit

Permalink
set default log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
imranismail committed Nov 23, 2020
1 parent 93fa4ac commit 4651dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func init() {
rootCmd.Flags().BoolP("insecure", "i", false, "Skip TLS verify")
viper.BindPFlag("insecure", rootCmd.Flags().Lookup("insecure"))

rootCmd.Flags().IntP("verbosity", "v", 0, "Verbosity")
rootCmd.Flags().IntP("verbosity", "v", 2, "Verbosity")
viper.BindPFlag("verbosity", rootCmd.Flags().Lookup("verbosity"))

rootCmd.Flags().StringP("url", "u", "", "Proxy url")
Expand Down

0 comments on commit 4651dad

Please sign in to comment.