diff --git a/.gitignore b/.gitignore index d213f7d..3c86cda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ -*.log -*.log?? +**/**.log* build node_modules .bob/ -test/streams/test-rolling-file-stream* -test/streams/test-rolling-stream-with-existing-files* +test/streams/test-rolling* .idea diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 7a3a12b..0000000 --- a/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -*.log -*.log?? diff --git a/test/logstashUDP-test.js b/test/logstashUDP-test.js index cc706b4..14f7855 100644 --- a/test/logstashUDP-test.js +++ b/test/logstashUDP-test.js @@ -73,7 +73,6 @@ vows.describe('logstashUDP appender').addBatch({ }; assert.equal(JSON.stringify(json.fields), JSON.stringify(fields)); assert.equal(json.message, 'Log event #1'); - assert.equal(json.category, 'myCategory'); // Assert timestamp, up to hours resolution. var date = new Date(json['@timestamp']); assert.equal(