[QFJ-397] log timestamps Created: 28/Jan/09 Updated: 20/Mar/11 Resolved: 20/Mar/11 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Other | Priority: | Major |
Reporter: | sangeetha | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
I see that the in the logs the messages are not always ordered. I mean we receive an IOI, send an Order as the reponse and then receive execution report as order's response, but in logs the messages are ordered as instead of Is there any quick way to preserve the order while logging? I am raising its priority as its little urgent for me to take some actions quickly =Sangeetha |
Comments |
Comment by Steve Bate [ 28/Jan/09 ] |
It's important to include as many details as possible so that we can help you more effectively. For example, which logger implementation are you using? Which version of QFJ? That said, I don't know of any of the bundled logger implementations that would log out of order. The messages are logged as soon as they are sent or received. |
Comment by sangeetha [ 29/Jan/09 ] |
Sorry for not providing the full info Manifest-Version: 1.0 And I am using default logging that comes with quickfix. Below is my [DEFAULT] #ScreenLogEvents=N [SESSION] Here is the snapshot of the message that got logged unordered. Where the IOI: EXE/REJ: ORDER: Thanks |