[QFJ-768] Improve FileLog.java so that Quickfix/j would produce different event&message log files. Created: 13/Jan/14 Updated: 13/Jan/14 Resolved: 13/Jan/14 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Message Generation |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Default |
| Reporter: | macemers | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
For now Quickfix/j create event&message log files for each session, such as FIX.4.2-xxx_xxx-xxx.event.log & FIX.4.2-xxx_xxx-xxx.messages.log But it would be helpful if it create these log files on daily basis, like FIX.4.2-xxx_xxx-xxx.event-yyyyMMdd.log & FIX.4.2-xxx_xxx-xxx.messages-yyyyMMdd.log |
| Comments |
| Comment by Christoph John [ 13/Jan/14 ] |
|
Isn't this something that can be configured in your used logging implementation, e.g. log4j? |
| Comment by Steve Bate [ 13/Jan/14 ] |
|
I agree with Christoph. The FileLog is a basic logging component. If you want more complex logging behaviors, use the SLF4JLog which supports a variety of logging frameworks, some of which can log to files with dated file names. |