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:
parent
14e0c77521
commit
49c56d65d6
4 changed files with 30 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue