[Quickfix-developers] messages_log table entries
Brought to you by:
orenmnero
|
From: Sean K. <sea...@pi...> - 2006-02-01 14:02:35
|
Hi Oren, I'm testing with 1.11.0 using the PostgreSQL store/log functionality and = had a question. I think it's great that the incoming/outgoing logs have = been condensed into the single messages_log table, but I was surprised = that the sendercompid / targetcompid column values don't change to = indicate the direction of the message. I'm guessing these values are = just set based on the sessionID for the configured session. Without = this functionality the text field has to be grepped through to determine = the direction of the message. Was this by design? I also found a slight bug in the sql scripts packaged to create the db = tables. The messages_log_table.sql file still creates the incoming_log = table, rather than the messages_log table. Changing the name corrected = the issue, but without the change, the Log doesn't write any of the = messages. Just a head's up. Regards, Sean Kirkpatrick |