Skip to content

Commit

Permalink
Merge pull request RedHatInsights#2506 from loadtheaccumulator/fix_log2
Browse files Browse the repository at this point in the history
update log at startup
  • Loading branch information
loadtheaccumulator authored Apr 18, 2024
2 parents f3969af + 2a9a5fe commit 07d97ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,6 @@ func LogConfigAtStartup(cfg *EdgeConfig) {
"Debug": cfg.Debug,
"BucketName": cfg.BucketName,
"BucketRegion": cfg.BucketRegion,
"AWSAccessKey": cfg.AccessKey,
"AWSSecretKey": cfg.SecretKey,
"AWSToken": cfg.AWSToken,
"RepoTempPath ": cfg.RepoTempPath,
"OpenAPIFilePath ": cfg.OpenAPIFilePath,
"ImageBuilderURL": cfg.ImageBuilderConfig.URL,
Expand Down

0 comments on commit 07d97ef

Please sign in to comment.