Skip to content

Commit

Permalink
Merge pull request #234 from lihezhong93/fix-klog
Browse files Browse the repository at this point in the history
fix klog flags
  • Loading branch information
lihezhong93 authored Sep 6, 2023
2 parents 6582872 + 03ec7da commit 408781d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func init() {

pflag.CommandLine.SetNormalizeFunc(utils.WordSepNormalizeFunc)
pflag.CommandLine.AddGoFlagSet(flag.CommandLine)

logs.AddFlags(pflag.CommandLine)
_ = flag.CommandLine.Parse([]string{})
logs.InitLogs()
}

0 comments on commit 408781d

Please sign in to comment.