提交 ff3c5eee5f8ef2366e7e8bfcd5a2f864a27d4184

作者 Nick Baugh
1 个父辈 c407e820

Added Winston HipChat

正在显示 2 个修改的文件 包含 2 行增加10 行删除
@@ -37,18 +37,10 @@ exports = module.exports = function(settings) { @@ -37,18 +37,10 @@ exports = module.exports = function(settings) {
37 ) 37 )
38 ) 38 )
39 39
40 - // TODO: finish this  
41 - /*  
42 if (settings.logger.hipchat) 40 if (settings.logger.hipchat)
43 transports.push( 41 transports.push(
44 - new winstonMongoDB.MongoDB(  
45 - mergeDefaults(  
46 - settings.output,  
47 - settings.mongo  
48 - )  
49 - ) 42 + new winstonHipchat.Hipchat(settings.hipchat)
50 ) 43 )
51 - */  
52 44
53 var logger = new winston.Logger({ 45 var logger = new winston.Logger({
54 transports: transports 46 transports: transports
1 { 1 {
2 "name": "igloo", 2 "name": "igloo",
3 - "version": "0.0.4-rc.4", 3 + "version": "0.0.4-rc.5",
4 "description": "Igloo is a lightweight, fast, and minimal framework for rapid development", 4 "description": "Igloo is a lightweight, fast, and minimal framework for rapid development",
5 "main": "./lib", 5 "main": "./lib",
6 "repository": { 6 "repository": {
注册登录 后发表评论