Bug fix for UdpInputListener, re-factored TailFile and LogsListener to use database.

This commit is contained in:
Eric Fontana
2015-04-08 07:54:41 -04:00
parent 9aeee16499
commit 77f8c0d303
101 changed files with 4511 additions and 783 deletions

View File

@@ -0,0 +1,14 @@
{
"test": "Test 2",
"arguments": {
"--testFile": "test2.json",
"--testDir": "test2",
"--timberWinRConfig": "test2-tw.json",
"--numMessages": 1234,
"--logLevel": "debug",
"--udp": "5140",
"--jroll": ["r1.jlog", "r2.jlog"],
"--json": ["1.jlog", "2.jlog", "3.jlog", "4.jlog"],
"--resultsFile": "results2.json"
}
}