Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

...

Control Centre parameters

ControlCentre.XMLSockMonitor.Port 

XML Sock monitoring port to accept requests from the special tool FEAdminConsole.

Example: ControlCentre.XMLSockMonitor.Port = 8902

ControlCentre.Lock.File.Name

File that prevents from starting multiple FIXEdge instances at the same directory.

Example: ControlCentre.Lock.File.Name = FIXEdge1/log/_fixedge.lock

...

Described functionality is implemented in FIXEdge Windows version only.

Logging for lifecycle FIXEdge events

Since FIXEdge version 6.7.0 the following lifecycle events are supported:

NameDescription
AppStartingApplication is being to be started and log system is initialized
AppStartedProperties are loaded and sessions are runned
AppReadyAll components of application was started
AppFailedApplication is crashed
AppSigTermDetectedSignal SIGINT or SITERM is detected
AppShutdownApplication is being to shut down (stop sessions / destroy objects)
AppCompleteAll work is done, stopped as planned

...

Info

Events can be forwared to ArcSight

See How to configure forwarding FIXEdge lifecycle events to ArcSight for more information

Log.Events.LogCategory

Mandatory. Default category for all events

...

Optional. Log category for a single event

Default value: value of Log.Events.LogCategory parameter

Log.Events.Event.<NameOfEvent>.LogLevel

...

Valid values: TRACE, DEBUG, INFO, ERROR, FATAL

Default value: value of Log.Events.LogCategory parameter