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
In addition to the standard properties ({{level}} and {{formatter}}), the specific configuration properties of the Petals file handler are:
|| Property || Default value || Description ||
| {{xxx.basedir}} | The value of the system property '{{petals.log.dir}}' | The *absolute* root directory of the log file hierarchy |
| {{xxx.flows-subdir}} | {{flow-monitoring}} | The name of the directory contained in the directory {{basedir}} where log files of log records associated to process activities are written |
| {{xxx.flows-subdir}} | {{flow-monitoring}} | The name of the directory contained in the directory {{basedir}} where log files of log records associated to process activities are written. If the value is a relative, it will be relative to the base directory. Absolute value is accepted. |
| {{xxx.logFilename}} | {{petals.log}} | The name of log files. It's a relative filename value, without directory |
where {{xxx}} is the name of the log handler: {{org.ow2.petals.log.handler.PetalsFileHandler}} or {{org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler}}.
The Petals file log handler {{org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler}} extends the configuration of {{org.ow2.petals.log.handler.PetalsFileHandler}} the following parameters:
|| Property || Default value || Description ||
| {{xxx.dump-basedir}} | {{$\{petals.log.dir}/flow-monitoring}} | The name of a root directory that will contain all dump files organized by flow using an intermediate sub directory associated to the flow |
| {{org.ow2.petals.log.handler.PetalsPayloadDumperFileHandler.dump-basedir}} | The default value is the flows sub-directory | The name of a root directory that will contain all dump files organized by flow using an intermediate sub directory associated to the flow. If the value is a relative, it will be relative to the flows sub-directory. Absolute value is accepted. |

This Petals file handler has the same configuration properties than its [parent|#petals_file_handler].