Skip to content

Commit

Permalink
Merge branch 'less_verbose_debug' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
grantleehoffman authored Sep 24, 2021
2 parents f5ee725 + b533254 commit c84c086
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
issues.
* Change build test exceptions declaration (linting).
* Explicitly set http1.1 for service.
* Remove health check debug log messages.

### Security
* Updated argo-workflows to v3.1.8 to address CVE-2021-37914
Expand Down
1 change: 0 additions & 1 deletion service/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ type handler struct {
func (h *handler) healthCheck(w http.ResponseWriter, r *http.Request) {
vaultEndpoint := fmt.Sprintf("%s/v1/sys/health", h.env.VaultAddress)
l := h.requestLogger(r, "op", "health-check", "vault-endpoint", vaultEndpoint)
level.Debug(l).Log("message", "executing")

// #nosec
response, err := http.Get(vaultEndpoint)
Expand Down

0 comments on commit c84c086

Please sign in to comment.