hipchat appender: use PassThroughLayout

This commit is contained in:
Brice Burgess 2016-04-25 15:55:38 -04:00
parent b5a66afb2e
commit 32070ca8e8

View File

@ -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) {