LogFile does not truncate
Brought to you by:
orenmnero
Shouldn't the log file delete/create every time the application runs? The log file is growing very large because it is appending messages from subsequent runs. Specificially FIX.4.2-<sender comp ID>-<target comp ID>.messages.current.log file is growing out of control. The destructor of FileLogFactory deletes the file - right?