GELF appender - test case covers custom fields, remove unused

console.log
This commit is contained in:
Karl Lam
2013-07-05 15:28:10 +08:00
parent 837d007de3
commit baaebef2ed
2 changed files with 46 additions and 1 deletions

View File

@@ -43,7 +43,6 @@ function gelfAppender (layout, host, port, hostname, facility, customFields) {
layout = layout || layouts.messagePassThroughLayout;
var defaultCustomFields = customFields || {};
console.log(defaultCustomFields)
var client = dgram.createSocket("udp4");