Skip to content

Commit 08e178b

Browse files
authored
Updates the log to avoid printing the user details. (#492)
1 parent abf29dc commit 08e178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incapsula/client_account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func (c *Client) AccountStatus(accountID int, operation string) (*AccountStatusR
156156
responseBody, err := ioutil.ReadAll(resp.Body)
157157

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

161161
// Parse the JSON
162162
var accountStatusResponse AccountStatusResponse

0 commit comments

Comments
 (0)