Skip to content

Commit

Permalink
fix(feg): Adjust diameter config logs to v=1 (#12244)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Makeev <evgeniym@fb.com>
  • Loading branch information
emakeev authored and ardzoht committed Mar 29, 2022
1 parent 8193e08 commit cc8b4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feg/gateway/diameter/diameter_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func NewClient(clientCfg *DiameterClientConfig, localAddresses ...string) *Clien
cfg: clientCfg,
originStateID: originStateID,
}
glog.V(3).Infof("new diam client::\n\t%s", client.String())
glog.V(1).Infof("new diam client::\n\t%s", client.String())

go client.handleErrors(mux.ErrorReports())
return client
Expand Down

0 comments on commit cc8b4f3

Please sign in to comment.