|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (10)
View Page Historyh2. Level 'MONIT'
Petals defines a specific level: MONIT.
MONIT level can be used by a log parser to monitor the exchange in Petals ESB.
The levels provided by Petals in descending order are:
MONIT level can be used by a log parser to monitor the exchange in Petals ESB.
The levels provided by Petals in descending order are:
Petals defines a specific level: MONIT, that can be used by a log parser to monitor the exchanges in Petals ESB. The level MONIT is inserted between levels CONFIG and FINE:
* SEVERE (highest value)
* WARNING
* WARNING
* FINEST (lowest value)
h2. Default levels
The default root logger level is WARNING. It means that all classes log only SEVERE and WARNING information.
The default Petals root logger level is INFO. That's why all Petals components will log only SEVERE, WARNING and INFO information.
You can enable logging and specify a specific level for each module (container, component, cdk...). Here is how you would set debugging from Petals. You would need to ensure the Handler's level is also set to collect this threshold, so FINEST or ALL should be set.
{code}
{code}
PetalsExtendedFormatter is used to log message content (payload XML of SOAP or JBI Message), attachments names and properties.
The pattern of PetalsExtendedFormatter inherits from the pattern of PetalsSimpleFormatter.
After that, _Extended_ formatter allows to precise more detailled informations, as with SOAP component,
After that, _Extended_ formatter allows to precise more detailed informations, as with SOAP component,
we can recover following additionnal informations:
* Requested URL
* Soap enveloppe content
* Attachment names
* Client IP adress