SergeyS
SergeyS
Yes, platforms\blazor\logjoint.wasm is an attempt to create browser-only port that could be deployed as a static site (no server code). It is work-in-progress. Generally it works, but there are problems...
Did you create the log format in question? If so, you can modify it to show the multiline log messages as you prefer. The format can be edited using the...
Try using debug logging into lj-debug.log by adding the following to logjoint.exe.config that resides next to the logjoint.exe ``` ... ``` I suspect the difference between machines is in the...
Your installation lacks required plugins indeed. I guess you installed it from the homepage https://github.com/sergey-su/logjoint, but you probably want to install a private MSFT build. MSFT has a fork of...
https://www.linkedin.com/in/drdavidzhao/. Sorry, don't remember the alias.
Hi That looks like a local network config problem. The installer does little more than downloading latest binaries from public internet. Workaround would be to download and unzip the binaries...
Thanks for reporting. I'll take a look later when have access to Windows 11. In meanwhile you can download https://publogjoint.blob.core.windows.net/updates/logjoint.zip and unzip manually to a your preferred location. It's just...
I could not reproduce the errror. This looks like a transient network error. Let me know if it fails for you when your connection is stable. Otherwise I'll close the...
Yes, it's possible to parse JSON logs. Your JSON format has to be described first, same as with XML logs. If you select Log Sources -> Add... -> Manage Formats...,...
Here you go. Unzip the XML format description file into C:\Users\your_user\AppData\Local\LogJoint\bin\Formats or whatever your installation dir is. Then LogJoint should recognize the log format once you drag&drop a log. You...