Skip to content

Commit e872f3a

Browse files
jonathan-buttnerjfreden
authored andcommitted
Switching log to warn (elastic#127729)
1 parent f39879f commit e872f3a

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/datafeed

1 file changed

+1
-1
lines changed

x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/datafeed/DatafeedJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ private void run(long start, long end, FlushJobAction.Request flushRequest) {
377377
extractedData = result.data();
378378
searchInterval = result.searchInterval();
379379
} catch (Exception e) {
380-
LOGGER.error(() -> "[" + jobId + "] error while extracting data", e);
380+
LOGGER.warn(() -> "[" + jobId + "] error while extracting data", e);
381381
// When extraction problems are encountered, we do not want to advance time.
382382
// Instead, it is preferable to retry the given interval next time an extraction
383383
// is triggered.

0 commit comments

Comments
 (0)