Re: [Quickfix-developers] FileStorePath And FileLogPath with Date for Multiple Sessions
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2007-06-18 23:00:42
|
Currently there is no way to do this automatically. You would need to create a end of day script to copy the log files into dated file names. --oren On Jun 18, 2007, at 2:59 PM, Joe Asta wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Is there a way to configure QuickFix to include a date in the path > where the logs and store are created? > > I would like to see a new directory created for each day that > contains the logs and store files for each of the sessions. > > It might look something like this: > > 20070601 > ->Session1 > -->logs > --->[files for logs] > -->store > --->[files for store] > ->Session2 > -->logs > --->[files for logs] > -->store > --->[files for store] > 20070602 > ->Session1 > -->logs > --->[files for logs] > -->store > --->[files for store] > ->Session2 > -->logs > --->[files for logs] > -->store > --->[files for store] > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |