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
Important note: The availability of a service depends on the license purchased and whether the service has been registered in the configuration file ./etc/factory.xml of the Service Factory (changes require server restart!). There you will also find the responsible configuration file for a service, otherwise you can also edit the configuration file of the service directly in the GUI of the service (changes require a service restart!).
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.