mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
add the exception as well to the logging
This commit is contained in:
parent
6c241f3de8
commit
2f1aba962c
@ -66,7 +66,7 @@ public class MetaDataUpdateSettingsService extends AbstractComponent implements
|
||||
max = Integer.parseInt(sMax);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
logger.warn("failed to set [{}], wrong format [{}]", IndexMetaData.SETTING_AUTO_EXPAND_REPLICAS, autoExpandReplicas);
|
||||
logger.warn("failed to set [{}], wrong format [{}]", e, IndexMetaData.SETTING_AUTO_EXPAND_REPLICAS, autoExpandReplicas);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user