componet-service-framework
Version:
22 lines (21 loc) • 385 B
JavaScript
/**
* Created by Administrator on 2016/8/19.
*/
/**
* Copyright(C),
* FileName: log4js.js
* Author: sxt
* Version: 1.0.0
* Date: 2016/3/30 16:38
* Description:
*/
;
var log4js = {
name : 'log4j_err.log',
levels : {
'log4j_err.log': 'ALL',
"console":"ALL",
},
httpLogLevel : 'INFO'
};
module.exports = log4js;