add more elastic logs

This commit is contained in:
Diamantis Tziotzios 2022-11-25 16:03:59 +02:00
parent 0888b7cd74
commit ccc102a52d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}