]
Manik Surtani resolved ISPN-1378.
---------------------------------
Fix Version/s: 5.0.2.FINAL
Resolution: Done
Log Infinispan version only once
--------------------------------
Key: ISPN-1378
URL:
https://issues.jboss.org/browse/ISPN-1378
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 5.0.0.FINAL
Reporter: Michal Linhard
Assignee: Manik Surtani
Priority: Minor
Fix For: 5.0.2.FINAL, 5.1.0.ALPHA2 , 5.1.0.FINAL
The log message with version
{code}
16:13:15,245 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread
1-3) ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.0-SNAPSHOT
16:13:15,750 INFO [org.infinispan.factories.ComponentRegistry] (MSC service thread 1-2)
ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.0-SNAPSHOT
16:13:16,302 INFO [org.infinispan.factories.ComponentRegistry] (MSC service thread 1-4)
ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.0-SNAPSHOT
16:13:16,359 INFO [org.infinispan.factories.ComponentRegistry] (MSC service thread 1-3)
ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.0-SNAPSHOT
16:13:16,705 INFO [org.infinispan.factories.ComponentRegistry] (MSC service thread 1-1)
ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.0-SNAPSHOT
{code}
is logged in AbstractComponentRegistry and therefore it's logged for each configured
cache.
Wouldn't one such message suffice for one CacheManager instance ?
e.g. log it at the end of GlobalComponentRegistry.start()
--
This message is automatically generated by JIRA.
For more information on JIRA, see: