Re: [Quickfix-developers] Enabling Quick FIX Log (FileLogPath)
Brought to you by:
orenmnero
From: Aleksey C. <ale...@gm...> - 2010-01-25 17:49:47
|
Vipula, Setting the file log path should enable logging, exactly as you did. Remember that in the case QuickFIX won't be able to estabilish a TCP connection with any of the peers provided, the issue will be reported on the event log but the message log will still remain empty. You may recheck your directory permissions and if QuickFIX is not throwing some ConfigError describing any file-open problems. Cheers, Alek 2010/1/25 Vipula <vi...@gm...> > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi, > My apologies if this was asked before in the forum but I couldn't find it when searched. > > I have specified a valid directory with write access in the config file but the FIX client doesn't generate any logs. Do I need to explicitly enable logging ? > > > [DEFAULT] > ConnectionType=initiator > ReconnectInterval=10 > HeartBtInt=10 > FileStorePath=C:\QFIX\filestorepath > StartTime=00:00:01 > EndTime=23:00:00 > ResetOnLogon=N > UseDataDictionary=N > SocketConnectHost=server > SocketConnectPort=8080 > #ReconnectInterval=10 > FileLogPath=C:\QFIX\FileLogPath > > [SESSION] > BeginString=FIX.4.2 > SenderCompID=VII > TargetCompID=VIA > DataDictionary=C:\QFIX\filestorepath\FIX.4.2.xml > > > Many Thanks. > Vipula > > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for Conference > attendees to learn about information security's most important issues through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |