mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
parent
ffacd6f0e4
commit
0bdf6a768a
@ -64,11 +64,11 @@ public class ElasticsearchNode {
|
|||||||
this.distribution = distribution;
|
this.distribution = distribution;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void start() {
|
void start() {
|
||||||
logger.info("Starting `{}`", this);
|
logger.info("Starting `{}`", this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void stop(boolean tailLogs) {
|
void stop(boolean tailLogs) {
|
||||||
logger.info("Stopping `{}`, tailLogs: {}", this, tailLogs);
|
logger.info("Stopping `{}`, tailLogs: {}", this, tailLogs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user