mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
commit
e1eb3bce3b
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
*.log
|
||||
*.log??
|
||||
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user