1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-12 22:21: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

@ -6,7 +6,7 @@ const Q = require("q");
const all_commands = require('../../config/commands');
const logger = require('../../components/logger/winston');
const logger = require('../logger/logger');
var local_logPath = 'logs/ansible/execute/';