Delayed Log entries

Issue #15 new
James Powell repo owner created an issue

Logger tries to avoid too many writes but bunching up entries. This is no problem with a single EXE logging, but with multiple EXEs, the delayed entries can be out of time order, possibly by a lot (as there is no timeout to make sure an entry gets in the log within a reasonable time).

Comments (1)

  1. James Powell reporter

    Actually, there is a timeout of 1 second, so there must be some other issue causing the Logger to be blocked?!? At client I saw an issue where a log message went into the db with a large delay.

  2. Log in to comment