[QFJ-758] Improve log output on incoming connection Created: 07/Nov/13  Updated: 02/Apr/15  Resolved: 08/Nov/13

Status: Closed
Project: QuickFIX/J
Component/s: Engine
Affects Version/s: 1.5.3
Fix Version/s: 1.6.0

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

Issue Links:
Relates
relates to QFJ-720 Improve log output when creating sess... Resolved

 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.

On an incoming connection the output is currently:
MINA session created: /10.0.173.12:12345
(this is the remote address)

But should be something like:
MINA session created: local=/10.0.173.12:23456, class org.apache.mina.transport.socket.nio.SocketSessionImp, remote=/10.0.173.12:12345
(this is more similar to the InitiatorIoHandler class)



 Comments   
Comment by Christoph John [ 08/Nov/13 ]

Committed: http://sourceforge.net/p/quickfixj/code/1118/

Generated at Sun May 19 01:32:31 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.