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


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


images/download/attachments/201672929/Services_6_EN-version-1-modificationdate-1746774031351-api-v2.png


(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.