Log into Control Center
Event action – Abstract
Purpose: This event action adds an entry of the ‘Log message’ or ‘Error’ type to the ‘Orchestration logs’ list in the Control Center as soon as the current transaction is completed.
The Log into Control Center event action adds an entry to the ‘Orchestration logs’ list in the Lobster Data Platform / Integration Control Center as soon as the current transaction is completed.
An entry of the ‘Log message’ type is created in the ‘Orchestration logs’ list when the transaction is successfully completed.
If the transaction is cancelled with an error or by an Abort event action, an entry of the ‘Error’ type is created in the ‘Orchestration logs’ list.
The Task, Display 1, Display 2 and Display 3 parameters define text values for the corresponding properties of the log entry created. They appear in the corresponding columns in the list of the ‘Orchestration logs’ view.
The selection for the Log level parameter determines the scope of the extract from the transaction log linked to the entry.
Configuration
The Task, Display 1, Display 2 and Display 3 parameters define texts that appear in the corresponding columns of this overview – either by direct input (static text) or by value configuration.
Value configurations for these parameters are resolved at the time the Log into Control Center event action is executed and not at the end of the transaction.
Changes to data that take place within the transaction but after the Log into Control Center event action has been executed therefore have no influence on the output texts in the Control Center.
The selection for the Log level parameter determines the scope of the extract from the transaction log linked to the entry.
The static enumeration 'Log level' (LogLevel) forms the basis for this parameter.
Only log entries whose log level corresponds at least to the selected Log level are transferred to the Control Center.
The scale for ‘Log level’ values with descending urgency is as follows:
‘Fatal’ (FATAL) > 'Error' (ERROR) > 'Warning' (WARN) > 'Info' (INFO) > 'Debug' (DEBUG) > 'Trace' (TRACE)
If ‘OFF’ (OFF) is selected, the log in the Control Center is always empty.
If you select ‘All’ (ALL), the transaction log is transferred unfiltered to the Control Center.