Skip to content

Commit

Permalink
chore: add debug statements for envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarmirrashed committed Dec 20, 2024
1 parent 7b404d8 commit 7a951f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ var rootCmd = &cobra.Command{
return fmt.Errorf("GITHUB_TOKEN not provided")
}

log.Debug().Msgf("Stats to include: %s", includes)
log.Debug().Msgf("Timezone: %s", cfg.TimeZone)

// Create GraphQL client
client := github.NewClient(cfg.GithubToken)
ctx := context.Background()
Expand Down

0 comments on commit 7a951f1

Please sign in to comment.