[QFJ-695] Remove logging on invocation of ApplicationExtended.canLogon(sessionID) Created: 30/Jul/12  Updated: 24/Aug/12  Resolved: 30/Jul/12

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

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


 Description   

problem

Inside the Session.next() method, the callback ApplicationExtended.canLogon(sessionID) is invoked. However, each time the next() method gets called (i.e. each second) and canLogon is FALSE a log line is created:

"Do not initiate logon, Application can not logon on <sessionID>"

This logging should be removed as that log output could be implemented in the specific application. There is no logging output for the other callbacks (onLogon, onLogout, ...) either.


Generated at Fri May 03 16:47:35 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.