-
Sub-task
-
Resolution: Done
-
Major
-
10.0.0.Final
-
None
For logs with level INFO, WARN, ERROR, FATAL we want to use specific categories instead of the fully-qualified class name.
The following is a list of categories:
- org.infinispan.CLUSTER: messages related to clustering (state transfer, rebalancing, partitioning, etc)
- org.infinispan.CONFIG: messages related to configuration
- org.infinispan.CONTAINER: messages related to the data container (e.g. expiration, eviction, listeners, transactions, etc)
- org.infinispan.PERSISTENCE: messages related to loaders/stores
- org.infinispan.SECURITY: messages related to security
- org.infinispan.SERVER: messages related to server
- is documented by
-
ISPN-10543 Docs: Logging categories
- Closed
- is related to
-
ISPN-10789 Add MARSHALLING and TRANSCODING logging categories
- To Do