Skip to content

Commit

Permalink
debug jira client
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 23, 2024
1 parent f73ecb6 commit c8511d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/consumers/jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,14 @@ func main() {
log.Fatalf("Could not parse config file: %v", err)
}

log.Println(os.Getenv(EnvConfigPath))
log.Println(config)

// Authenticate Jira client
apiClient := jira.NewClient(authUser, authToken, jiraURL, dryRunMode, config)

log.Println(apiClient.DefaultFields)
log.Println(apiClient.Config)
// Parse Smithy results
smithyResults, discardedIssues, err := utils.ProcessMessages(allowDuplicates, allowFP, severityThreshold)
if err != nil {
Expand Down

0 comments on commit c8511d3

Please sign in to comment.