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…
Reference in New Issue