CommunicationLogService
The CommunicationLogService is used to save messages that arise in connection with communication between the Integration Server and various partner systems and to perform search queries on these messages.
XML Configuration
Note: If you want to modify the configuration file for a service directly in the file system, you will find the appropriate file in the configuration file ./etc/factory.xml. Details about the configuration can be found in the respective documentation of a service. Otherwise, you can edit the configuration file directly via the respective service in the GUI.
The following XML fragment shows the configuration for database access. These values usually do not need to be changed.
<
Set
name
=
"logAlias"
>hub</
Set
>
<
Set
name
=
"sqlServiceName"
>SqlService</
Set
>
The following XML fragment shows the configuration for the retention time of log messages.
<
Set
name
=
"retainDays"
>0</
Set
>
The retainDays parameter specifies the time in days that messages are kept. If 0, the messages are kept an unlimited time.
General Settings
(1) The used SqlService and the database alias to be used to store the messages.
(2) The AuthenticationService that is used.
(3) Specifies the time in days to hold the log entries. Attention: Changes will be lost after restarting the service. Log rollover triggers the deletion of entries that are older than the retention time.