[Quickfix-users] Re moving logging quickfix J
Brought to you by:
orenmnero
From: nickcs <nic...@cr...> - 2010-03-31 07:12:18
|
Hi, I am getting a lot of these debug messages from the SocketConnectorIoProcessor 2010-03-25 09:59:09,849 DEBUG [SocketConnectorIoProcessor-0.0] quickfix.mina.message.FIXMessageDecoder detected header: Do you know the easiest way to turn these off. I have been playing around trying an SL4JLogFactory, but this made no difference. Here is how I start up: MessageStoreFactory storeFactory = new FileStoreFactory(settings); LogFactory logFactory = new LogFactory(settings); MessageFactory messageFactory = new DefaultMessageFactory(); Initiator initiator = new SocketInitiator(this, storeFactory,settings, logFactory, messageFactory); Any help would be great, Thanks, Nick.. -- View this message in context: http://old.nabble.com/Removing-logging-quickfix-J-tp28027544p28027544.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |