mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Missed one config -> _config
This commit is contained in:
parent
dc7bda44f0
commit
cd92505bbf
@ -26,7 +26,7 @@ function hipchatAppender(_config, _layout) {
|
||||
var data = {
|
||||
room_id: _config.room_id,
|
||||
from: _config.from,
|
||||
message: layout(loggingEvent, config.timezoneOffset),
|
||||
message: layout(loggingEvent, _config.timezoneOffset),
|
||||
format: _config.format,
|
||||
color: colours[loggingEvent.level.toString()],
|
||||
notify: _config.notify
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user