Class ElasticsearchLogCategories
java.lang.Object
org.hibernate.search.backend.elasticsearch.logging.impl.ElasticsearchLogCategories
Log categories to be used with
LoggerFactory.make(Class, LogCategory, java.lang.invoke.MethodHandles.Lookup).-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogCategoryThis is the category of the Logger used to print out executed Elasticsearch requests, along with the execution time. -
Method Summary
-
Field Details
-
REQUEST
This is the category of the Logger used to print out executed Elasticsearch requests, along with the execution time.To enable the logger, the category needs to be enabled at TRACE level.
-