...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<FIXEdge> <BusinessLayer> <Rule> <Source> <FixSession SenderCompID="SC" TargetCompID="FE"/> </Source> <Action> <Send><Client Name="Kafka"/></Send> </Action> </Rule> <Rule> <Source> <Client Name="Kafka"/> </Source> <Action> <Send> <FixSession SenderCompID="FE" TargetCompID="SC"/> </Send> </Action> </Rule> <DefaultRule> <Action> <DoNothing/> </Action> </DefaultRule> </BusinessLayer> </FIXEdge> |
Logging
The list of logged actions:
- Adapter initialization
- Parsing information, validation errors
- Configuration parameters
- Sent and received messages
Logging messages differ by type:
...
"Session '<session_name>': Producer: Sending the message via the producer: <message>"
Additional information about logging configuration can be found there:
- FIXEdge logs format
- How to redirect FIX Antenna and/or FIXEdge logging to Syslog instead of files
- How to divide different categories and severities of log files into different files in the Logging section
Scheduling
The schedule settings regulate work of Kafka TA Producer/Consumer. The schedule can be configured as a cron expression or directly tied up to FIXEdge.
...