FioranoMQ Client Logging
For FioranoMQ client runtime logging to take place, the logger levels and appenders need to be configured through properties file or XML file. For instance, the Wildfly application server by default uses standalone.xml (for standalone profile) file to configure the server including the loggers. The same file need to be edited to enable and configure FioranoMQ runtime loggers.
Example:
If the logger name is "Fiorano.FMQ.Services.ClientRootLoggerServices.FMQClientLoggerServices" and if its level needs to be configured to INFO, then
<logger category="Fiorano.FMQ.Services.ClientRootLoggerServices.FMQClientLoggerServices">
<level name="INFO"/>
</logger>
- For information regarding Appender, MaxFileSize, MaxBackupIndex, Append, Levels and layout, please refer to the Logger Configuration section in the MQ Configuration parameters article.
- For information regarding log4j.properties configurations and Parent-child relationship in FioranoMQ Client Logger, please refer Configuring Logger.