add more elastic logs
This commit is contained in:
parent
0888b7cd74
commit
ccc102a52d
|
@ -30,6 +30,7 @@ public abstract class ElasticRepository<T extends ElasticEntity,C extends Criter
|
|||
}
|
||||
} catch (IOException e) {
|
||||
logger.warn("Unable to connect to Elastic Services");
|
||||
logger.error(e.getMessage(), e);
|
||||
this.client = null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue