GELF appender - test case covers custom fields, remove unused
console.log
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user