Resolve RED-9472 "Feature/" #537

Open
yannik.hampe wants to merge 113 commits from feature/RED-9472 into master
Showing only changes of commit f03b0a38f1 - Show all commits

View File

@ -99,6 +99,7 @@ public class RuleBuilderController implements RuleBuilderResource {
} catch (Exception e) { } catch (Exception e) {
throw new RulesValidationException("Could not test rules: " + e.getMessage(), e); throw new RulesValidationException("Could not test rules: " + e.getMessage(), e);
} }
log.info("response body: " + rulesUploadResponse);
log.info("response: " + new ResponseEntity<>(rulesUploadResponse, HttpStatus.OK)); log.info("response: " + new ResponseEntity<>(rulesUploadResponse, HttpStatus.OK));
return new ResponseEntity<>(rulesUploadResponse, HttpStatus.OK); return new ResponseEntity<>(rulesUploadResponse, HttpStatus.OK);
} }