Analogy-LogViewer / Analogy.LogViewer

A customizable Log Viewer with ability to create custom providers. Can be used with C#, C++, Python, Java and others
MIT License
306 stars 41 forks source link

json visualiser #886

Closed codehunter13 closed 3 years ago

codehunter13 commented 3 years ago

In Message info text inside {} is replaced: image

i click on view in json visualiser and the following windows opens. Here is the text inside {} NOT replaced. image So the json tree stops at that item. If i replace it manually, the json tree loads correctly.

Am i doing something wrong or is this a bug? Thx in advance

LiorBanai commented 3 years ago

seems like a bug actually. can you add the relevant file/json for me to test?

LiorBanai commented 3 years ago

Actaully, the Serilog parser may need extra tuning to remove the non json parts.. I will appreciated if you can send me the log file

codehunter13 commented 3 years ago

cryptohunter_log_compact20210223.txt

LiorBanai commented 3 years ago

Thanks!

LiorBanai commented 3 years ago

ok it is indeed bug :) I have a fix. Will release new version on the weekend

image

LiorBanai commented 3 years ago

@codehunter13 , I have released new version that fixes this issue https://github.com/Analogy-LogViewer/Analogy.LogViewer/releases/tag/V4.6.2

thanks for reporting it.