server.log flooded with autopassj messages

  • KM03119683
  • 16-Mar-2018
  • 16-Mar-2018

Summary

server.log flooded with autopassj messages like: INFO [com.hp.autopassj.core.config.ConfigurationManager] (Thread-95) [com.hp.autopassj.core.config.ConfigurationManager : Inside ConfigurationManeger getLicenseStore] :: Inside getLicenseStorecom.hp.autopassj.core.license.LicenseStore@113f2d69

Error

server.log flooded with autopassj messages like:
 
INFO [com.hp.autopassj.core.config.ConfigurationManager] (Thread-95) [com.hp.autopassj.core.config.ConfigurationManager : Inside ConfigurationManeger getLicenseStore] :: Inside getLicenseStorecom.hp.autopassj.core.license.LicenseStore@113f2d69

Fix

Decrease the level of logged information for the autopassj module to WARN in the standalone.xml configuration file and restart DP services:

<profile>
        <subsystem xmlns="urn:jboss:domain:logging:3.0">
         ...
            <logger category="com.hp.autopassj">
                <level name="WARN"/>
            </logger>

       </subsystem>
</profile>