Ticket #258 (new: open) — at Initial Version

Opened 17 years ago

Last modified 14 years ago

Logging application events in the Log file seriously affects application performance

Reported by: jeroens Owned by:
Priority: low Milestone: Ecopath 6: build 6.0.7
Component: Overall Logistics Version:
Severity: major Keywords:
Cc:

Description

Currently, application events are logged in an XML file which is opened, appended to and closed again after every event, which seriously affects application performance when the log file reaches a size > 1MB.

I propose to use a flat text file that simply can be appended to. Additionally, the text file can be kept open while the application is running. This is not possible with XML based files.

This will still give us good information content but with serious performance gain.

Note: See TracTickets for help on using tickets.