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
log.debug("QueryId [%s] mapped with proxy [%s]", queryDetail.getQueryId(), queryDetail.getBackendUrl());
303
302
}
304
303
catch (IOExceptione) {
305
-
log.error("Failed to get QueryId from response [%s] , Status code [%s]", response.body(), response.statusCode());
304
+
log.error("Failed to get QueryId from response [%s] , Status code [%s]", response.getDecompressedBody(), response.statusCode());
306
305
}
307
306
}
308
307
else {
309
-
log.error("Non OK HTTP Status code with response [%s] , Status code [%s], user: [%s]", response.body(), response.statusCode(), username.orElse(null));
308
+
log.error("Non OK HTTP Status code with response [%s] , Status code [%s], user: [%s]", response.getDecompressedBody(), response.statusCode(), username.orElse(null));
0 commit comments