Skip to content

Better logging of inputs and failures

Compare
Choose a tag to compare
@einaregilsson einaregilsson released this 10 Mar 11:12
· 76 commits to master since this release

No real new features in this one, but better logging:

  • Log all inputs. Logs access and secret key lengths just to make sure they're there. A lot of errors have just been because people have messed up their inputs, and seeing them in the log makes those errors easier to find.
  • Better logging of request errors, especially in the DescribeApplicationVersion API call.
  • During the wait for the deploy some users have been getting throttling errors from AWS. In those cases log exactly how many API calls we've made, to help diagnose why this is happening.