Skip to content

Commit

Permalink
use a slightly better message when no values found for vault path
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedevelz committed Jun 10, 2024
1 parent 433df3b commit a289b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault_go/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ func FetchSecrets(c *config) error {
i++
}
} else {
log.Error().Msgf("vault-go: no secret data available for path: %s", path)
log.Error().Msgf("vault-go: No secret data available for path: %s. The response was %s from vault.\n",path, resp.Status)
}
}
}
Expand Down

0 comments on commit a289b98

Please sign in to comment.