Skip to content

Commit

Permalink
Updates the log to avoid printing the user details. (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
atul-imperva authored Dec 22, 2024
1 parent abf29dc commit 08e178b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incapsula/client_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (c *Client) AccountStatus(accountID int, operation string) (*AccountStatusR
responseBody, err := ioutil.ReadAll(resp.Body)

// Dump JSON
log.Printf("[DEBUG] Incapsula account status JSON response: %s\n", string(responseBody))
log.Printf("[DEBUG] Received a JSON response from the Incapsula account \n")

// Parse the JSON
var accountStatusResponse AccountStatusResponse
Expand Down

0 comments on commit 08e178b

Please sign in to comment.