Compact-Log-Format-Viewer icon indicating copy to clipboard operation
Compact-Log-Format-Viewer copied to clipboard

loading of a log file results in an endless loop

Open A-Ange opened this issue 1 year ago • 0 comments

Describe the bug loading of a log file results in an endless loop

To Reproduce Steps to reproduce the behavior:

  1. create a sample file containing "@l": "ERROR" for example {"@t": "2022-07-01T12:14:15", "@l": "ERROR", "@m": "Test Message"}
  2. load that log file
  3. change the line to {"@t": "2022-07-01T12:14:15", "@l": "Error", "@m": "Test Message"}
  4. now it goes well

Expected behavior loading of the log file

Desktop (please complete the following information):

  • OS: WIN 11
  • Version 1.3.2

Additional context Add any other context about the problem here. success_log.txt failure_log.txt

A-Ange avatar Aug 22 '22 19:08 A-Ange