1 Star 0 Fork 179

sggweb / lucky-lottery

forked from dungang / lucky-lottery 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
log.js 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
"use strict";
var log4js = require('log4js');
log4js.configure({
"appenders": {
cheese: {
"type": "file",
"filename": __dirname + "/log/log.txt"
}
},
categories: {
default: {
appenders: ['cheese'],
level: 'info'
}
},
"replaceConsole": true,
});
//log4js.loadAppender('file');
var logger = log4js.getLogger('cheese');
module.exports = {
logger: logger
}
JavaScript
1
https://gitee.com/sggweb/lucky-lottery.git
git@gitee.com:sggweb/lucky-lottery.git
sggweb
lucky-lottery
lucky-lottery
master

搜索帮助