Logging in PETALS

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

Changes (5)

View Page History
* 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
{tip:title=Multiple formatter utilizations}We can also use both formatter for different purposes

* 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 * 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}