Logging in PETALS

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

Changes (3)

View Page History



After that, _Extended_ formatter allows to precise more detailled informations, as with SOAP component,

* Attachment names
* Client IP
{tip:title=Multiple formatter utilizations}We can also use both formatter for different purposes like, if you don't want too much information in Petals console, we can keep the "Simple" formatter with following property java.util.logging.ConsoleHandler.formatter = org.ow2.petals.commons.logger.PetalsSimpleFormatter


And if you want more detailled informations accessible at all times prefer the "Extended" formatter in Petals log file with following property
java.util.logging.FileHandler.formatter = org.ow2.petals.commons.logger.PetalsExtendedFormatter{tip}


{column}