Re: [Quickfix-users] Log files are getting too big...
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-11-18 21:10:15
|
Well, all of the log files per se never get cleaned out automatically. What you are seeing get cleaned out are the storage files, which are used for persisting state. The logs are there for a historical record, so QuickFIX does not presume to know how long you would like to keep them. QuickFIX currently never truncates these files. You could implement your own store which would do this. We could add a clear() method to the log interface that would allow you to clear these out at the developers discretion. --oren Derek Kusiak wrote: > I have a C++ QuickFIX (1.10.2) application that stays up for days at a > time. I have noticed that some of the QuickFIX log files seem to get > cleaned with each new session, but others appear to keep growing > unconstrained (e.g., .incoming, ..outgoing). Some of my customers are > complaining about the log sizes. Is there any way to tell QuickFIX to > limit their size? Thanks. > > Derek K. > Liquidnet > -- > > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please notify > the system manager. This message contains confidential information and > is intended only for the individual named. If you are not the named > addressee you should not disseminate, distribute or copy this e-mail. |