X4 Produktdokumentation

Save Point Configuration for the X4 Server


The Save Point configuration for the X4 server can be configured via the X4config.xml file using the following parameters:

Example logging configuration

XML
<savepoint storage="database"></savepoint>

Explanation of the parameters of the savepoint element:

Attribute

Description

storage

Defines the location for processing save points in the X4 server

Possible values:

  • filesystem : Save Points are written to the filesystem, to the server directory savepoints

  • database : Save Points are written to the X4 system database


If the savepoint element in the X4config.xml is removed, then no save points are saved.