Logs

The settings for Logging can be made via this dialog.

The adjustments are adopted during normal operations and also adjusted in the associated XML configuration so that they are applied again after a system restart

images/download/attachments/167859375/image-2024-1-19_14-17-32-version-1-modificationdate-1705670252545-api-v2.png



Description

Apply

Adapts the configuration of _pro, if necessary on all nodes of a cluster, and persists it in the associated XML configuration.

Java-package

This is a list of regular expressions for which the log output level can be defined.

The list is handled in sequence. From the perspective of the log-generating Java package, the first applicable expression is used.

If no expression applies, no log entry is output. It is therefore recommended to create a default entry with '.*' (= any character).

Example:

'de\.lobster\..*' applies to all Java classes whose package definition begins with "de.lobster".

Level

Determines the level of granularity of the log output for the corresponding Java package.