RED-9472: seperation of system rules
added some logs for investigation
This commit is contained in:
parent
5a6746c5b2
commit
f03b0a38f1
@ -99,6 +99,7 @@ public class RuleBuilderController implements RuleBuilderResource {
|
||||
} catch (Exception e) {
|
||||
throw new RulesValidationException("Could not test rules: " + e.getMessage(), e);
|
||||
}
|
||||
log.info("response body: " + rulesUploadResponse);
|
||||
log.info("response: " + new ResponseEntity<>(rulesUploadResponse, HttpStatus.OK));
|
||||
return new ResponseEntity<>(rulesUploadResponse, HttpStatus.OK);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user