Logging in PETALS

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

Changes (8)

View Page History

Petals uses the logger provided by the JDK.
The logger configuration file, named loggers.properties, is located in $PETALS_HOME/*conf* folder.
TODO: Fix location with debian or rpm installer.
{column}
{column:width=350px}
{code}
##Petals level
Petals.level = INFO #Log level for all petals services
Petals.Container.Components.petals-bc-soap.level = FINEST #Log level for petals-bc-soap component

#Handler Configuration
java.util.logging.ConsoleHandler.level = FINEST
h2. Petals formatter

Petals provides two formatter: PetalsSimpleFormatter and PetalsExtendedFormatter.

h2. Configure Default Petals logger level
PetalsSimpleFormatter use the following pattern:

\[TIMESTAMP\]



h2.
{column}