diff --git a/main.go b/main.go index d7c9d3988..e07664d08 100644 --- a/main.go +++ b/main.go @@ -100,6 +100,7 @@ func checkCmdFlags() bool { var flagVersion bool var flagFullInfo bool + globals.SugarLogger.Debug("11111111") flag.BoolVar(&flagGitCommit, "gitcommit", false, "get gitcommit info") flag.BoolVar(&flagGitBranch, "gitbranch", false, "get gitbranch info") flag.BoolVar(&flagGitState, "gitstate", false, "get gitstate info")