|
@@ -455,7 +455,7 @@ public class Store extends AbstractIndexShardComponent implements Closeable, Ref
|
|
|
} catch (IndexNotFoundException ex) {
|
|
|
// that's fine - happens all the time no need to log
|
|
|
} catch (FileNotFoundException | NoSuchFileException ex) {
|
|
|
- logger.info("Failed to open / find files while reading metadata snapshot");
|
|
|
+ logger.info("Failed to open / find files while reading metadata snapshot", ex);
|
|
|
} catch (ShardLockObtainFailedException ex) {
|
|
|
logger.info(() -> new ParameterizedMessage("{}: failed to obtain shard lock", shardId), ex);
|
|
|
}
|