1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-03-09 23:38:54 +00:00

Rename logger module

This commit is contained in:
Mumshad Mannambeth 2017-07-08 20:09:15 -04:00
parent 7aeb99b732
commit 14e0c77521
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,9 @@
/**
* Created by mannam4 on 7/8/2017.
*/
var winston = require('winston');
winston.add(winston.transports.File, {filename: './logs/server.log', json: false, colorize: true});
module.exports = winston;