提交 1d7ca582 编写于 作者: R rsercano

timestamp on logs

上级 087fd243
/**
* Created by RSercan on 5.3.2016.
*/
export default require('winston');
\ No newline at end of file
let winston = require('winston');
export default new (winston.Logger)({
transports: [
new (winston.transports.Console)({'timestamp': true})
]
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册