Class ElasticsearchLogCategories
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.logging.impl.ElasticsearchLogCategories
-
public final class ElasticsearchLogCategories extends Object
Log categories to be used withLoggerFactory.make(Class, LogCategory).
-
-
Field Summary
Fields Modifier and Type Field Description static LogCategoryREQUESTThis is the category of the Logger used to print out executed Elasticsearch requests, along with the execution time.
-
-
-
Field Detail
-
REQUEST
public static final LogCategory 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.
-
-