﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LogViewPlus Support » LogViewPlus Support » Help &amp; Support  » Unable to parse logs after updating to 2.5.22</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Sat, 09 May 2026 18:38:06 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1100</link><description>Hi Tim,&lt;br/&gt;&lt;br/&gt;Right now, LogViewPlus can find the variables in the root node, or in the 'Properties' object.&amp;nbsp; This search path is not configurable.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;What object are you trying to read from?&amp;nbsp; Is your logging format part of a standard?&lt;br/&gt;&lt;br/&gt;Maybe what we need to do is expand the parser hint to something like "%m{-parserhint:CLEF&amp;nbsp; MY_PROPERTIES_OBJECT}"&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Mon, 09 Aug 2021 07:39:21 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1024</link><description>After updating to&amp;nbsp;2.5.22 the json log files that worked fine in older version now fail to parse.&lt;br/&gt;I couldn't find a link to older versions. Can you please provide archive of older versions, or at least the last one before 2.5.22 (I don't know which one it was).&lt;br/&gt;&lt;br/&gt;I can provide the failing log and parser if you want.</description><pubDate>Mon, 09 Aug 2021 07:36:53 GMT</pubDate><dc:creator>petr</dc:creator></item><item><title>RE: Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1099</link><description>&lt;blockquote data-id="1032" class="if-quote-wrapper" unselectable="on"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="1032" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="1032" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="1032" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;LogViewPlus Support - 28 Jul 2021&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-1032"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Second, I noticed that our CLEF message template processing was not automatically detecting the 'Properties' object favored by Serilog.&amp;nbsp; We have addressed this issue as well.&amp;nbsp; If you want to clean-up your parser configuration a bit, you should be able to get a good parse with:&lt;br/&gt;&lt;br/&gt;&lt;span id="if_insertedNode_1627493423357"&gt;[code language="css"]{&lt;br/&gt;&amp;nbsp; "Timestamp": "%d{yyyy-MM-ddT%H:mm:ss.fffffffzzzz}",&lt;br/&gt;&amp;nbsp; "Level": "%p",&lt;br/&gt;&amp;nbsp; "MessageTemplate": "%m{-parserhint:CLEF}",&lt;br/&gt;&amp;nbsp; "Exception": "%ex"&lt;br/&gt;}[/code]&lt;/span&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;br/&gt;Hi Toby,&lt;br/&gt;&lt;br/&gt;Is it possible to configure logviewplus to find the variables in an object called something other than 'Properties'? Apologies if I missed it in the docs&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;Thanks&lt;/div&gt;&lt;div&gt;Tim&lt;/div&gt;</description><pubDate>Mon, 09 Aug 2021 07:32:49 GMT</pubDate><dc:creator>Tim</dc:creator></item><item><title>RE: Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1033</link><description>Hi Toby,&lt;br/&gt;&lt;br/&gt;wow, that all sounds great!&lt;br/&gt;&lt;br/&gt;Thanks, I'll definitely try out the beta.</description><pubDate>Wed, 28 Jul 2021 18:17:46 GMT</pubDate><dc:creator>petr</dc:creator></item><item><title>RE: Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1032</link><description>Hi Petr,&lt;br/&gt;&lt;br/&gt;Apologies for the delay in getting back to you.&amp;nbsp; We normally try to turn issues like this around quickly, but we were unfortunately deep into DPI changes that needed to be pushed forward.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;We have resolved this issue in the &lt;a href="https://www.logviewplus.com/download.html" id="if_insertedNode_1627493058938"&gt;latest BETA release&lt;/a&gt; - LogViewPlus v2.5.28.&lt;br/&gt;&lt;br/&gt;We also made two further changes in this release which I think you might interested you.&amp;nbsp; First, we completely revisited how we parse JSON files.&amp;nbsp; We now use a modified version of the JSON.net parser which can improve performance up to 50% in some cases.&amp;nbsp; I believe you will see a solid performance improvement in your log files.&lt;br/&gt;&lt;br/&gt;Second, I noticed that our CLEF message template processing was not automatically detecting the 'Properties' object favored by Serilog.&amp;nbsp; We have addressed this issue as well.&amp;nbsp; If you want to clean-up your parser configuration a bit, you should be able to get a good parse with:&lt;br/&gt;&lt;br/&gt;&lt;span id="if_insertedNode_1627493423357"&gt;[code language="css"]{&lt;br/&gt;&amp;nbsp; "Timestamp": "%d{yyyy-MM-ddT%H:mm:ss.fffffffzzzz}",&lt;br/&gt;&amp;nbsp; "Level": "%p",&lt;br/&gt;&amp;nbsp; "MessageTemplate": "%m{-parserhint:CLEF}",&lt;br/&gt;&amp;nbsp; "Exception": "%ex"&lt;br/&gt;}[/code]&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Hope that helps.&amp;nbsp; Thanks again for bringing this problem to our attention.&lt;br/&gt;&lt;br/&gt;Toby&lt;br/&gt;</description><pubDate>Wed, 28 Jul 2021 17:33:34 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1029</link><description>Hi Petr,&lt;br/&gt;&lt;br/&gt;Thanks for sending the sample log file across.&amp;nbsp; I have now had a look at the problem and wanted to give you a quick update.&lt;br/&gt;&lt;br/&gt;The issue is the the log file has some JSON like:&lt;br/&gt;[code]{&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"message": "Petr's message."&lt;br/&gt;}[/code]&lt;br/&gt;&lt;br/&gt;The apostrophe in that message is causing a problem for our JSON parser as it needs to be escaped.&amp;nbsp; &amp;nbsp;This is creating a very clear, easily repeatable exception.&amp;nbsp; I can also confirm that v2.5.14 does not have this issue.&lt;br/&gt;&lt;br/&gt;What I have not yet been able to determine is - what has changed in the new version?&amp;nbsp; As mentioned above, the JSON parser has not been updated between the releases, so It is a very strange error.&lt;br/&gt;&lt;br/&gt;Unfortunately, I do not think this is going to be a quick fix.&amp;nbsp; We will definitely fix this issue for the next release, but the next BETA release is still several weeks away.&amp;nbsp; I will update this thread when a BETA release is available.&lt;br/&gt;&lt;br/&gt;Thanks for reporting this issue!&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Wed, 07 Jul 2021 17:03:18 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1028</link><description>I don't know how to send you a file directly, the contact form doesn't allow it and I can't seem to find a PM function.&lt;br/&gt;I don't know where logs are located so I've sent the error report at 19:25 GMT+2.</description><pubDate>Tue, 06 Jul 2021 17:30:06 GMT</pubDate><dc:creator>petr</dc:creator></item><item><title>RE: Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1027</link><description>Glad to hear you got it working - thanks for letting me know.&lt;br/&gt;&lt;br/&gt;I took a quick look at the JSON parser and it is unchanged between v2.5.14 and v2.5.22, so the problem must be some where else.&amp;nbsp; I would love to know more about the issue if you get a chance.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Tue, 06 Jul 2021 16:34:16 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1026</link><description>Thank you for helping to quickly resolve the issue. Downgrading to 2.5.14 helped.&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 06 Jul 2021 16:28:04 GMT</pubDate><dc:creator>petr</dc:creator></item><item><title>RE: Unable to parse logs after updating to 2.5.22</title><link>https://www.logviewplus.com/forum/post/1025</link><description>Hi Petr,&lt;br/&gt;&lt;br/&gt;Thanks for letting us know - this is the first I have heard of JSON parsing issues in the latest release.&amp;nbsp; I would appreciate any details you could provide on the issue so we can get it resolved.&amp;nbsp; Please feel free to &lt;a href="https://www.logviewplus.com/contact.aspx" id="if_insertedNode_1625583882397"&gt;contact us directly&lt;/a&gt; if it helps to send log files.&lt;br/&gt;&lt;br/&gt;You can find our previous release here (link is off of the &lt;a href="https://www.logviewplus.com/releasenotes.html" id="if_insertedNode_1625583896642"&gt;release notes&lt;/a&gt; page):&lt;br/&gt;&lt;a href="https://www.logviewplus.com/releases.aspx" id="if_insertedNode_1625583916690"&gt;&lt;a href="https://www.logviewplus.com/releases.aspx"&gt;https://www.logviewplus.com/releases.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Tue, 06 Jul 2021 15:05:28 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>