UCL-CloudLabs / deployer

VM Deployer for Azure
1 stars 1 forks source link

Add logging functionality #3

Open raquelalegre opened 7 years ago

raquelalegre commented 7 years ago

At the moment we are using prints and python-terraform's streamed output to stdout/stderr.

Note python-terraform works in two different modes:

In case of error when streaming, python-terraform doesn't save the error message sent by Terraform, making it impossible to tell the user why a deployment failed.