Skip to content

Commit

Permalink
Turn off vcert trace
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <[email protected]>
  • Loading branch information
wallrj committed Sep 30, 2022
1 parent 9183740 commit f9f4a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/venafi/tpp/tpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func (c *Connector) request(method string, resource urlResource, data interface{
defer res.Body.Close()
body, err = ioutil.ReadAll(res.Body)
// Do not enable trace in production
trace := true // IMPORTANT: sensitive information can be diclosured
trace := false // IMPORTANT: sensitive information can be diclosured
// I hope you know what are you doing
if trace {
log.Println("#################")
Expand Down

0 comments on commit f9f4a87

Please sign in to comment.