Skip to content

Commit

Permalink
INT - update log level of usage event
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed May 4, 2021
1 parent 2585a15 commit ed804e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/transaction/metric/metricspublisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (pj *publisher) publishToLighthouse(event LighthouseUsageEvent) {
Headers: headers,
Body: b.Bytes(),
}
log.Infof("Payload for Usage event : %s\n", string(b.Bytes()))
log.Debugf("Payload for Usage event : %s\n", string(b.Bytes()))
response, err := pj.apiClient.Send(request)
if err != nil {
log.Error("Error in sending usage/metric event: ", err.Error())
Expand Down

0 comments on commit ed804e2

Please sign in to comment.