stash icon indicating copy to clipboard operation
stash copied to clipboard

Fix duplicate log messages

Open DingDongSoLong4 opened this issue 2 years ago • 0 comments

When a scan is finished, duplicate log messages regarding that scan are created in the logging tab if it is open. The duplicates are only on the UI side and can be cleared by just navigating somewhere else and back, but this prevents them from appearing in the first place.

I've also increased the number of displayed log messages, as well as put a limit on the number of messages kept in memory, preventing infinite growth - something which can occur with the trace log messages of large scans.

DingDongSoLong4 avatar Nov 10 '22 22:11 DingDongSoLong4