quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

Use session-specific log where possible

Open chrjohn opened this issue 4 years ago • 0 comments
trafficstars

For some error cases there only is a message logged to the general log. But it would be beneficial to see such errors in the session-specific log file.

Example where the SessionID is available but only the general log is used: https://github.com/quickfix-j/quickfixj/blob/9bdd8b82f52244bced67b5e7f37f6096f13429c5/quickfixj-core/src/main/java/quickfix/mina/initiator/AbstractSocketInitiator.java#L185

chrjohn avatar May 04 '21 10:05 chrjohn