diff --git a/box.json b/box.json index eb676da..c965b22 100644 --- a/box.json +++ b/box.json @@ -1,7 +1,7 @@ { "name":"Lucee Log Viewer", "author":"Zac Spitzer", - "version":"3.0.0.37", + "version":"3.0.0.38", "bugs":"https://github.com/zspitzer/lucee-logviewer/issues", "thumbnail": "https://raw.githubusercontent.com/zspitzer/lucee-logviewer/refactoring/build/images/logo.png", "changelog":"", diff --git a/build.number b/build.number index 02c4a84..2d1d913 100755 --- a/build.number +++ b/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Thu Sep 03 14:35:17 CEST 2020 -build.number=38 +#Tue Oct 13 02:45:12 CEST 2020 +build.number=39 diff --git a/dist/modern/extension-logViewer-3.0.0.37.lex b/dist/modern/extension-logViewer-3.0.0.38.lex similarity index 94% rename from dist/modern/extension-logViewer-3.0.0.37.lex rename to dist/modern/extension-logViewer-3.0.0.38.lex index ce21ed3..25c64bb 100644 Binary files a/dist/modern/extension-logViewer-3.0.0.37.lex and b/dist/modern/extension-logViewer-3.0.0.38.lex differ diff --git a/source/cfml/plugins/LogParser.cfc b/source/cfml/plugins/LogParser.cfc index 27653ad..6773ce9 100644 --- a/source/cfml/plugins/LogParser.cfc +++ b/source/cfml/plugins/LogParser.cfc @@ -244,6 +244,7 @@ component hint="I parse log files " { } // sanity checking + /* if (entry.exception contains '"ERROR","' or entry.message contains '"ERROR","'){ writeoutput('
#str#
'); @@ -251,6 +252,7 @@ component hint="I parse log files " { dump (local); throw text='"ERROR" found in parsed log message"'; } + */ return entry; }