mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
hipchat appender: use PassThroughLayout
This commit is contained in:
parent
b5a66afb2e
commit
32070ca8e8
@ -20,8 +20,9 @@ var colours = {
|
||||
|
||||
function hipchatAppender(config, layout) {
|
||||
|
||||
var client = new HipChatClient(_config.api_key);
|
||||
layout = layout || layouts.basicLayout;
|
||||
var notifier = hipchat.make(config.hipchat_room, config.hipchat_token);
|
||||
|
||||
layout = layout || layouts.messagePassThroughLayout;
|
||||
|
||||
return function(loggingEvent) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user