This article explains how the level of logging used in Watch4net|M&R can be changed to suit requirements when more/less detail is required in Event Processing Manager (processing) log files.
Watch4Net/M&R - 7.x
The Watch4net logging detail settings range from SEVERE to FINEST as follows:
To change the level of logging used by Watch4net, do the following:
Watch4net logging level set to INFO in logging.properties file
############################################################
# Global properties
############################################################
handlers=java.util.logging.FileHandler, com.watch4net.apg.health.logging.HealthLogHandler
.level=INFO
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
# default file output is in user's home directory.
java.util.logging.FileHandler.pattern=logs/processing-%g-%u.log
java.util.logging.FileHandler.level=ALL
java.util.logging.FileHandler.limit=1048576
java.util.logging.FileHandler.count=100
java.util.logging.FileHandler.formatter=com.watch4net.apg.common.logging.ApgLogFormatter
############################################################
# Facility specific properties.
# Provides extra control for each logger.
############################################################
com.watch4net.apg.v2.level=INFO
Watch4net logging level set to FINEST in logging.properties file
############################################################
# Global properties
############################################################
handlers=java.util.logging.FileHandler, com.watch4net.apg.health.logging.HealthLogHandler
.level=FINEST
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
# default file output is in user's home directory.
java.util.logging.FileHandler.pattern=logs/processing-%g-%u.log
java.util.logging.FileHandler.level=ALL
java.util.logging.FileHandler.limit=1048576
java.util.logging.FileHandler.count=100
java.util.logging.FileHandler.formatter=com.watch4net.apg.common.logging.ApgLogFormatter
############################################################
# Facility specific properties.
# Provides extra control for each logger.
############################################################
com.watch4net.apg.v2.level=FINEST