You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This option is only available for type xuml-service (= containerized xUML services).

In the administration application you have the possibility to change the log level for a containerized xUML service.

You have two options to open the input form where you can change the log level:

  • Click Change log level in the quick actions bar in the services' list. This will open a pop-up window.

  • Open the details page of the service and scroll down to section Logs.

The logging concept of the xUML Runtime is build around the concepts of channels and sinks. Refer to xUML Runtime Logger Configuration for detailed information.

In sections Logs, you can choose between two channels:

  • error to write service logging data.
  • access to write transaction logging data.

The link below gives you direct access to the Log Analyzer, refer to Showing Logs of a Containerized xUML Service and Analyzing Platform Logs for further information.

Select a channel to open the related channel sinks. Sinks define the logging output and how it is written. Refer to xUML Runtime Logger Configuration for detailed information.

You can choose between two channel sinks:

  • default for the console of the Docker container (for experienced Docker users only).
  • fluent for the log information sent to Log Analyzer (OpenSearch).

On the sink level, you can now adapt:

  • the Log Level (see below)
  • the Transaction Log Level (see below)
  • the Log Domain

If you have selected log level Debug, a lot of information is logged. It can then be helpful to exclude certain log domains in order to narrow down the number of logs. Refer to Designer Guide > Log Errors for an overview on all error domains and their error codes.

Please note that changes of the log level are directly applied to the container. They are effective until a restart or a recreation of the container which is also the case when the service settings are changed.

Click Add to add more filters.

Click Delete to delete single filters.

Log Levels of an xUML Service

MultiExcerpt named xuml_standard_log_levels was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

Transaction Log Levels

MultiExcerpt named xuml_transaction_log_levels was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

  • No labels