mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-31 12:28:51 +00:00
Update after review.
Change log level of message at shutdown. Original commit: elastic/x-pack-elasticsearch@c6d80aaec9
This commit is contained in:
parent
c6b5507436
commit
44a3f600ab
@ -310,7 +310,7 @@ public class ExecutionService extends AbstractComponent {
|
||||
if (started()) {
|
||||
logger.error("failed to execute watch from SchedulerListener [{}]", e, name);
|
||||
} else {
|
||||
logger.error("failed to execute watch from SchedulerListener [{}] after shutdown", e, name);
|
||||
logger.debug("failed to execute watch from SchedulerListener [{}] after shutdown", e, name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user