[infinispan-issues] [JBoss JIRA] Created: (ISPN-1378) Log Infinispan version only once

Michal Linhard (JIRA) jira-events at lists.jboss.org
Sat Sep 10 04:05:26 EDT 2011


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


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: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list