Add missing logging param
Original commit: elastic/x-pack-elasticsearch@30ee528798
This commit is contained in:
parent
0be4082ad7
commit
e97035af87
|
@ -253,7 +253,7 @@ public class AutodetectProcessManager extends AbstractComponent {
|
|||
}
|
||||
if (autodetectParams.quantiles() == null) {
|
||||
String msg = "No quantiles could be found for a job with processed records";
|
||||
logger.warn("[{}] {}", jobId);
|
||||
logger.warn("[{}] {}", jobId, msg);
|
||||
auditor.warning(jobId, msg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue