1

Closed

persistent SequenceId resp. Counters

description

  1. issue
    the sequence id was introduced to help merging sort files,
    for the same reason they should be resident/persistent
     
    ASP.Net app running on ISS are stopped after reaching a timeout (default 20mins) when not receiving any requests.
     
    2012-05-31 01:53:34.8890|INFO|13|message ....
    2012-05-31 02:14:40.8908|INFO|14|session terminated pivxphxch....
    2012-05-31 02:14:56.8388|INFO|15|application_end event fired
    2012-05-31 03:01:44.0970|INFO|1|application_start event fired
    2012-05-31 03:01:44.2600|INFO|2|new session started 84.74.27.121 s2ghwv....
    2012-05-31 03:01:49.6772|INFO|3|message ....
     
  2. issue
    at the moment the SequenceId is only available if Layout log4jxmlevent and includeNLogData=true. can we have the sequenceId also for other simple formats too?
Closed Oct 7, 2012 at 5:33 PM by Xharze
Moved to https://github.com/NLog/NLog/issues/107

comments