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

Implement Express server logging

This commit is contained in:
Mumshad Mannambeth 2017-07-08 20:32:46 -04:00
parent 14e0c77521
commit 49c56d65d6
4 changed files with 30 additions and 1 deletions

View file

@ -12,6 +12,8 @@ exports = module.exports = {
},
paths: {
local_server_logfile: './logs/server.log',
local_express_server_logfile: './logs/server-api.log',
ansible_projects: '/opt/ansible-projects',
ansible_projects_arhive: '/archive', // relative to projects folder
ansible_custom_api_local: './helpers/AnsibleAPI.py',