added readme to log generator

This commit is contained in:
Spencer Alger
2013-10-16 15:36:32 -07:00
parent 4703655048
commit 0f9fa9c17c
2 changed files with 49 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fillIndecies(function () {
}
event['@message'] = event.ip + ' - - [' + date.toISOString() + '] "GET ' + event.request + ' HTTP/1.1" ' +
event.respCode + ' ' + event.respSize + ' "-" "' + event.agent + '"';
event.response + ' ' + event.bytes + ' "-" "' + event.agent + '"';
event.src = JSON.stringify(event, null, ' ');
actions.push({