mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fixes Logging usage
log line had an extra parameter
This commit is contained in:
parent
6a370251fc
commit
5eb912539d
@ -115,8 +115,8 @@ public class IndexLifecycleService extends AbstractComponent
|
||||
try {
|
||||
policy.execute(new InternalIndexLifecycleContext(idxMeta.getIndex(), client, clusterService, nowSupplier));
|
||||
} catch (ElasticsearchException e) {
|
||||
logger.error("Failed to execute lifecycle policy [{}] for index [{}]", policyName, idxMeta.getIndex().getName(),
|
||||
policyName);
|
||||
logger.error("Failed to execute lifecycle policy [{}] for index [{}]", policyName,
|
||||
idxMeta.getIndex().getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user