Tristan Tarrant created ISPN-10018:
--------------------------------------
Summary: Observability: clean up logging categories
Key: ISPN-10018
URL:
https://issues.jboss.org/browse/ISPN-10018
Project: Infinispan
Issue Type: Sub-task
Components: JMX, reporting and management
Affects Versions: 10.0.0.Beta2
Reporter: Tristan Tarrant
Fix For: 10.0.0.Final
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.PERSISTENCE: messages related to loaders/stores
* org.infinispan.SECURITY: messages related to security
* org.infinispan.CONTAINER: messages related to the data container (e.g. expiration,
eviction, listeners, transactions, etc)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)