mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
fix log to trace
This commit is contained in:
parent
b28c82a1e6
commit
74e8d299d6
@ -57,7 +57,7 @@ public class TransportGetMappingsAction extends TransportClusterInfoAction<GetMa
|
||||
|
||||
@Override
|
||||
protected void doMasterOperation(final GetMappingsRequest request, final ClusterState state, final ActionListener<GetMappingsResponse> listener) throws ElasticSearchException {
|
||||
logger.debug("Serving getMapping request based on version {}", state.version());
|
||||
logger.trace("serving getMapping request based on version {}", state.version());
|
||||
ImmutableMap<String, ImmutableMap<String, MappingMetaData>> result = state.metaData().findMappings(
|
||||
request.indices(), request.types()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user