Enhanced to log JSON errors to Redis/Elasticsearch

This commit is contained in:
Eric Fontana
2015-04-08 10:58:27 -04:00
parent e8a54782e4
commit 7f6e563238
6 changed files with 65 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ using NLog;
using NLog.Config;
using NLog.Targets;
using ServiceStack.Text.Jsv;
using TimberWinR.Parser;
namespace TimberWinR.TestGenerator
@@ -54,7 +55,6 @@ namespace TimberWinR.TestGenerator
ramCounter.CategoryName = "Memory";
ramCounter.CounterName = "% Committed Bytes In Use";
Options = new CommandLineOptions();