mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
change policy logs to be DEBUG
This commit is contained in:
parent
f3373f70da
commit
f04c95f4c2
@ -177,9 +177,9 @@ public class LifecyclePolicy extends AbstractDiffable<LifecyclePolicy>
|
|||||||
new Step.StepKey("pre-phase", "pre-action", "init"), lastStepKey));
|
new Step.StepKey("pre-phase", "pre-action", "init"), lastStepKey));
|
||||||
|
|
||||||
Collections.reverse(steps);
|
Collections.reverse(steps);
|
||||||
logger.error("STEP COUNT: " + steps.size());
|
logger.debug("STEP COUNT: " + steps.size());
|
||||||
for (Step step : steps) {
|
for (Step step : steps) {
|
||||||
logger.error(step.getKey() + " -> " + step.getNextStepKey());
|
logger.debug(step.getKey() + " -> " + step.getNextStepKey());
|
||||||
}
|
}
|
||||||
return steps;
|
return steps;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user