Table of Contents |
---|
...
Parameter | Description | Example | ||
---|---|---|---|---|
FixLayer.FixEngine.Sessions.ArchivePath | Defines the path to move log files after the session is closed. Note: directory must exist otherwise the backup procedure will fail.
| FixLayer.FixEngine.Sessions.ArchivePath = FixEdge1/log/archive | ||
FixLayer.FixEngine.Session.Session_Name.StorageType | Mandatory. Defines the session storage type. Valid values: "persistent" | "persistentMM" | "splitPersistent" | "transient" | "null" | FixLayer.FixEngine.Session.TestFIXAcceptor.StorageType = persistentMM | ||
FixLayer.FixEngine.Session.Session_Name.LogDirectory | Optional. Defines the path to the directory in which logs of the primary connection of the session are stored. If this property was not specified with value then the value of the LogDirectory will be used. If this property was specified with the non-existent path then FIXEdge C++ will try to create a new directory in the specified path.
| FixLayer.FixEngine.Session.TestFIXAcceptor.LogDirectory = FixEdge1/logs | ||
FixLayer.FixEngine.Session.Session_Name.Backup.LogDirectory | Optional. Defines the path to the directory in which logs of the backup connection of the session are stored. If this property was not specified with value then the value of the BackupDirectory will be used.
| FixLayer.FixEngine.Session.TestFIXAcceptor.Backup.LogDirectory = FixEdge1/logs/backup | ||
Logging parameters: refer to Logging parameters page for details. |
...
It also could be configured per category.
Info |
---|
Please see How to divide different categories and severities of log files into different files in the Logging section for details. |
Configuring logs rotation
...