logging.properties revision 2ce4278be05419a8496c775050fd8ac9d548a0bf
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Properties file which configures the operation of the JDK
4c221b0da1816acf2ca302b10092df059484468dvboxsync# logging facility.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# The system will look for this config file, first using
4c221b0da1816acf2ca302b10092df059484468dvboxsync# a System property specified at startup:
4c221b0da1816acf2ca302b10092df059484468dvboxsync# >java -Djava.util.logging.config.file=myLoggingConfigFilePath
4c221b0da1816acf2ca302b10092df059484468dvboxsync# If this property is not specified, then the config file is
4c221b0da1816acf2ca302b10092df059484468dvboxsync# retrieved from its default location at:
4c221b0da1816acf2ca302b10092df059484468dvboxsync############################################################
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Global properties
# ConsoleHandler: A simple handler for writing formatted records to System.err
# FileHandler: A handler that writes formatted log records either to a single file, or to a set of rotating log files.
# handlers=java.util.logging.ConsoleHandler
#org.forgerock.openidm.repo.level = FINER
#org.forgerock.openidm.recon.level = FINER
com.forgerock.openicf.level=WARNING
# Default: java.util.logging.ConsoleHandler.level = INFO
java.util.logging.ConsoleHandler.level = WARNING
# defined by the "user.home" System property.)
java.util.logging.FileHandler.limit = 5242880