Removed error log statement
Original commit: elastic/x-pack-elasticsearch@8a33309b71
This commit is contained in:
parent
1adb25127b
commit
bb4d85a1a7
|
@ -230,7 +230,6 @@ public class AlertsStore extends AbstractComponent {
|
|||
protected Alert parseAlert(String alertName, BytesReference source) {
|
||||
Alert alert = new Alert();
|
||||
alert.alertName(alertName);
|
||||
logger.error("Source : [{}]", source.toUtf8());
|
||||
try (XContentParser parser = XContentHelper.createParser(source)) {
|
||||
String currentFieldName = null;
|
||||
XContentParser.Token token = parser.nextToken();
|
||||
|
|
Loading…
Reference in New Issue