# # Copyright (c) 2005-2012 EBM WebSourcing, 2012-2024 Linagora # # This program/library is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 2.1 of the License, or (at your # option) any later version. # # This program/library is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License # for more details. # # You should have received a copy of the GNU Lesser General Public License # along with this program/library; If not, see http://www.gnu.org/licenses/ # for the GNU Lesser General Public License version 2.1. # Configuration of the log handlers ##################################### handlers=java.util.logging.ConsoleHandler, org.ow2.petals.log.handler.PetalsFileHandler # Enable PetalsPayloadDumperFileHandler to dump message exchange payload content with business traces #handlers=java.util.logging.ConsoleHandler, org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler # Enable PetalsExchangeDumperFileHandler to dump message exchange with business traces #handlers=java.util.logging.ConsoleHandler, org.ow2.petals.log.handler.PetalsExchangeDumperFileHandler # Configuration of the handler ConsoleHandler ################################################## java.util.logging.ConsoleHandler.level=FINEST java.util.logging.ConsoleHandler.formatter=org.ow2.petals.log.formatter.LogDataFormatter # Configuration of the handler PetalsFileHandler ################################################## org.ow2.petals.log.handler.PetalsFileHandler.level=MONIT org.ow2.petals.log.handler.PetalsFileHandler.formatter=org.ow2.petals.log.formatter.LogDataFormatter org.ow2.petals.log.handler.PetalsFileHandler.basedir=/var/log/petals-esb/${petals.container.name}/ #org.ow2.petals.log.handler.PetalsFileHandler.flows-subdir=flow-monitoring #org.ow2.petals.log.handler.PetalsFileHandler.logFilename=petals.log # Configuration of the handler PetalsPayloadDumperFileHandler ############################################################## org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.level=MONIT org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.formatter=org.ow2.petals.log.formatter.LogDataFormatter org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.basedir=/var/log/petals-esb/${petals.container.name}/ #org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.flows-subdir=flow-monitoring #org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.dump-basedir=/var/log/petals-esb/${petals.container.name}/flow-monitoring #org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.logFilename=petals.log #org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.transformersPoolMaxActive=8 #org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.transformersPoolMaxIdle=8 # Configuration of the handler PetalsExchangeDumperFileHandler ############################################################### org.ow2.petals.log.handler.PetalsExchangeDumperFileHandler.level=MONIT org.ow2.petals.log.handler.PetalsExchangeDumperFileHandler.formatter=org.ow2.petals.log.formatter.LogDataFormatter org.ow2.petals.log.handler.PetalsExchangeDumperFileHandler.basedir=/var/log/petals-esb/${petals.container.name}/ #org.ow2.petals.log.handler.PetalsExchangeDumperFileHandler.flows-subdir=flow-monitoring #org.ow2.petals.log.handler.PetalsExchangeDumperFileHandler.dump-basedir=/var/log/petals-esb/${petals.container.name}/flow-monitoring #org.ow2.petals.log.handler.PetalsExchangeDumperFileHandler.logFilename=petals.log #org.ow2.petals.log.handler.PetalsExchangeDumperFileHandler.transformersPoolMaxActive=8 #org.ow2.petals.log.handler.PetalsExchangeDumperFileHandler.transformersPoolMaxIdle=8 # Configuration of the formatter LogDataFormatter ################################################### # Available argument (starting from 1): time, source, logger, level, container, message, exception #org.ow2.petals.log.formatter.LogDataFormatter.format=%5$s %1$tY/%