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());
302
302
}
303
303
catch (IOExceptione) {
304
-
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());
305
305
}
306
306
}
307
307
else {
308
-
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