Skip to content

Commit

Permalink
3.0.0.38 remove debugging check
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Oct 13, 2020
1 parent ff73bec commit 902fbfe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -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":"",
Expand Down
4 changes: 2 additions & 2 deletions build.number
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
2 changes: 2 additions & 0 deletions source/cfml/plugins/LogParser.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,15 @@ component hint="I parse log files " {
}

// sanity checking
/*
if (entry.exception contains '"ERROR","'
or entry.message contains '"ERROR","'){
writeoutput('<pre>#str#</pre>');
dump (entry);
dump (local);
throw text='"ERROR" found in parsed log message</h1>"';
}
*/
return entry;
}

Expand Down

0 comments on commit 902fbfe

Please sign in to comment.