Re: [Quickfix-developers] FileLogBackupPath does not backup the log file
Brought to you by:
orenmnero
From: Viktor P. <pohrebnyak@i.ua> - 2013-08-09 19:10:48
|
Hi, ukarick. It looks like "FileLogBackupPath" parameter has no effect. You have to explicitly provide a backup path in FileStoreFactory object constructor. Also, I can't find a place in the code where log backup is actually called - SessionState::backup() method is never invoked. This might explain troubles you have with log file backup. P.S. There are test cases that verify that FileLog::backup() method actually works though. But in reality it is never invoked by framework. Regards, Viktor -- View this message in context: http://quickfix.13857.n7.nabble.com/FileLogBackupPath-does-not-backup-the-log-file-tp6539p6540.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |