Open
Description
We frequently see lines with this message in our logs:
WARN Defaulting to non-proxy environment
We have traced the source of these to the below Authorize.net code:
sdk-java/src/main/java/net/authorize/util/HttpClient.java
Lines 134 to 165 in 487462d
It seems like this should be an INFO rather than a WARN. We want to keep our log threshold at WARN to be able to see potential problems, but then we end up with mostly these "non-proxy environment" lines.
Found others complaining here: https://community.developer.authorize.net/t5/Integration-and-Testing/quot-Non-proxy-quot-from-AuthNet-SDK-is-spamming-our-logs/td-p/71855.
Metadata
Metadata
Assignees
Labels
No labels