Logging in PETALS

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History
h1. Logging systems

Petals ESB uses two distinct logging systems. Most of the container apart form from the registry uses the logger provided by the JDK, while the registry uses Apache log4j.

The Petals ESB logger configuration is splitted into two default files:
* $PETALS_HOME/conf/loggers.properties: the JDK logger configuration. This default location can be overridden using the Java properties "java.util.logging.config.file" to set on the java command line in the startup script or in the environement varaible environment variable JAVA_OPTS.
* $PETALS_HOME/conf/log4j.properties: the log4j logger configuration.

{column}
{column:width=350px}

{panel:title=Petals logging Documentations}{children:all=true}{panel}
{panel:title=Contributors}{contributors:order=name|mode=list}{panel}
{panel:title=Table of contents}{toc:outline=true}{panel}
{panel:title=Contributors}{contributors:order=name|mode=list|showAnonymous=true|showCount=true|showLastTime=true}{panel}
{column}
{section}
* FINEST (lowest value)

To get a detailed view of Petals logging mechanisms, please refer to the page [petalsesbsnapshot:Monitoring Petals ESB Flows with its logs].

h2. Default levels