and now logging
This commit is contained in:
@@ -519,6 +519,9 @@ public class PretixManager implements SmartInitializingSingleton {
|
||||
*/
|
||||
public JsonElement request(String path, HttpMethod method, JsonElement payload,
|
||||
MultiValueMap<String, String> queryParameters) {
|
||||
|
||||
logger.debug("method:" + method.toString() + ", path: " + path + ", host" + host);
|
||||
|
||||
WebClient.RequestBodySpec request = webClient.method(method)
|
||||
.uri(uriBuilder -> uriBuilder.path(path).queryParams(queryParameters).build());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user