Commit e311be7
Improve log output when detecting GCE (#214)
Improving the log output when unexpected exceptions occur while determining
if the client is running on Google Compute Engine.
Moving the stacktrace to be FINE output since stacktraces are alarming.
Making the INFO level log message occur only once instead of potentially many times.
Further improvements to #199 and #1981 parent 24164bf commit e311be7
File tree
1 file changed
+3
-2
lines changed- oauth2_http/java/com/google/auth/oauth2
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
| 225 | + | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
| |||
0 commit comments