You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ The API supports environment variable `http_proxy`. If the variable is set, it i
45
45
* On Windows: `set http_proxy=http://your_proxy:your_port`
46
46
* On Unix/OS X: `export http_proxy=http://your_proxy:your_port`
47
47
48
+
If `endpointUrl` contains `localhost` or `127.0.0.1` proxy settings are ignored automatically.
49
+
50
+
## Logging
51
+
52
+
The Simple Logging Facade for Java [https://www.slf4j.org/](SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time.
0 commit comments