[QFJ-720] Improve log output when creating sessions and on unknown session ID during Logon Created: 28/Nov/12  Updated: 07/Nov/13  Resolved: 29/Nov/12

Status: Resolved
Project: QuickFIX/J
Component/s: Engine
Affects Version/s: 1.5.2
Fix Version/s: 1.5.3

Type: Improvement Priority: Default
Reporter: Christoph John Assignee: Christoph John
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
is related to QFJ-758 Improve log output on incoming connec... Closed

 Description   

To ease the analysis of connection problems when working with multiple sessions/ports/log files it would be handy if there was a little more information given in one log line. This is especially necessary when grepping over multiple log files.

When starting a session the output is currently:
Listening for connections at <local address>

But should be something like:
Listening for connections at <local address> for sessions [<list of sessions>]

When there is an unknown session id encountered during logon, the output is currently:
Unknown session ID during logon: <session ID>

But to quickly identify the session which is concerned, the following output is better:
Unknown session ID during logon: <session ID> connecting from <remote address> to <local address> cannot be found in session list: [<list of sessions>]


Generated at Wed May 08 20:27:11 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.