# # Copyright (c) 2005-2012 EBM WebSourcing, 2012-2015 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 # 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 PetalsDumperFileHandler to dump message exchange payload content of business traces #handlers=java.util.logging.ConsoleHandler, org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler # 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=${petals.log.dir} #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=${petals.log.dir} #org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.flows-subdir=flow-monitoring #org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.dump-basedir=${petals.log.dir}/flow-monitoring #org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.logFilename=petals.log # Configuration of the formatter LogDataFormatter ################################################### #org.ow2.petals.log.formatter.LogDataFormatter.starting-delimiter= #org.ow2.petals.log.formatter.LogDataFormatter.ending-delimiter= ##Root level .level=WARNING ##Petals level Petals.level=INFO #Petals.Container.level=FINEST #Petals.Container.ContainerService.level=FINEST Petals.Container.Components.level=MONIT #Petals.Container.Lifecycle.level=FINEST #Petals.Container.Lifecycle.ComponentLifeCycle.level=FINEST #Petals.Container.Lifecycle.Installer.level=FINEST #Petals.Container.Lifecycle.ServiceAssemblyLifeCycle.level=FINEST #Petals.Container.Lifecycle.SharedLibraryLifeCycle.level=FINEST #Petals.PetalsAdminService.level=FINEST #Petals.ConfigurationService.level=FINEST #Petals.Communication.level=FINEST #Petals.Communication.TopologyService.level=FINEST #Petals.Communication.JNDIAgentService.level=FINEST #Petals.Communication.JNDIService.level=FINEST #Petals.Communication.JMXService.level=FINEST #Petals.Communication.RMIConnector.level=FINEST #Petals.Communication.RemoteCheckerClient.level=FINEST #Petals.Tools.WebServiceManager.level=FINEST #Petals.System.level=FINEST #Petals.System.PersistenceService.level=FINEST #Petals.System.LoaderManagerService.level=FINEST #Petals.System.SystemStateService.level=FINEST #Petals.System.RepositoryService.level=FINEST #Petals.System.Extensions.ExtensionsManager.level=FINEST #Petals.System.Extensions.InstallationExtensionsManager.level=FINEST #Petals.System.TransactionManager.level=FINEST #Petals.JBI-Management.level=FINEST #Petals.JBI-Management.AdminService.level=FINEST #Petals.JBI-Management.SystemRecoveryService.level=FINEST #Petals.JBI-Management.InstallationService.level=FINEST #Petals.JBI-Management.ComponentInstallationService.level=FINEST #Petals.JBI-Management.DeploymentService.level=FINEST #Petals.JBI-Management.AtomicDeploymentService.level=FINEST #Petals.JBI-Messaging.level=FINEST #Petals.JBI-Messaging.RouterMonitorService.level=FINEST #Petals.JBI-Messaging.RouterService.level=FINEST #Petals.JBI-Messaging.FlowControllerModule.level=FINEST #Petals.JBI-Messaging.FlowFilterModule.level=FINEST #Petals.JBI-Messaging.PriorityOrdererModule.level=FINEST #Petals.JBI-Messaging.TransportResolverModule.level=FINEST #Petals.JBI-Messaging.AuthorizationModule.level=FINEST #Petals.JBI-Messaging.EndpointResolverModule.level=FINEST #Petals.JBI-Messaging.JAASAuthenticationModule.level=FINEST #Petals.JBI-Messaging.PriorityOrdererModule.level=FINEST #Petals.JBI-Messaging.EndpointRegistry.level=FINEST #Petals.JBI-Messaging.JMXExchangeCheckerClient.level=FINEST #Petals.JBI-Component.ComponentContext.level=FINEST #Petals.Transporter.level=FINEST #Petals.Transporter.LocalTransporter.level=FINEST #Petals.Transporter.NioTransporter.level=FINEST #Petals.Transporter.NioTransportProtocol.NioSelectorAgent.level=FINEST #Petals.Transporter.NioTransportProtocol.NioServerAgent.level=FINEST #Petals.Transporter.NioTransportProtocol.NioClientObjectPool.level=FINEST #Petals.Extensions.AutoLoaderService.level=FINEST #Petals.Extensions.ArtifactRepositoryService.level=FINEST #Petals.Extensions.WsApi.level=FINEST #Petals.Extensions.WsApi.WebServiceManager.level=FINEST #Petals.Extensions.WsApi.ArtifactRepositoryService.level=FINEST #Petals.Extensions.WsApi.DeploymentService.level=FINEST #Petals.Extensions.WsApi.DragonConnectionService.level=FINEST #Petals.Extensions.WsApi.EndpointService.level=FINEST #Petals.Extensions.WsApi.InformationService.level=FINEST #Petals.Extensions.WsApi.InstallationService.level=FINEST #Petals.Extensions.WsApi.JBIArtefactsService.level=FINEST #Petals.Extensions.WsApi.RuntimeService.level=FINEST #Petals.Extensions.WsApi.ServiceAssemblyStateService.level=FINEST #Petals.Extensions.WsApi.TopologyService.level=FINEST