/
How to configure paths to FIXEdge log files
How to configure paths to FIXEdge log files
The FIXEdge has the option to configure log files names and paths to them.
The log file name is composed of two parameters in FixEdge.properties file: Log.File.RootDir and Log.File.Name.
In order to use relative paths, you should specify the root directory (using the Log.File.RootDir parameter) and the file name (using the
Log.File.Name parameter).
Example:
Log.File.RootDir=/mnt/storage/fixedge_dev/FixEdge1/log Log.File.Name=FixEdge.log
In order to use absolute paths, you should leave the Log.File.RootDir parameter empty and you should specify the whole path to the log file
(using the Log.File.Name parameter)
Example:
Log.File.RootDir= Log.File.Name=/mnt/storage/fixedge_dev/FixEdge1/log/FixEdge.log
, multiple selections available,
Related content
Configuring FIX endpoints
Configuring FIX endpoints
More like this
FIXEdge installation on Linux. Step by step instruction
FIXEdge installation on Linux. Step by step instruction
More like this
FIXEdge installation on Windows. Step by step instruction
FIXEdge installation on Windows. Step by step instruction
More like this
FIXEdge 6.18.0 Migration Guide
FIXEdge 6.18.0 Migration Guide
More like this
FIXEdge Java 1.10.4 and Older: Quick setup
FIXEdge Java 1.10.4 and Older: Quick setup
More like this
FIXEdge Java 1.11.0 and Later: Quick setup
FIXEdge Java 1.11.0 and Later: Quick setup
More like this