As of commit 491a92f3, any exceptions raised are rescued and therefore
back traces will never be printed regardless of the DEBUG environment
variable being set.
If users find DEBUG useful, we can look at adding the functionality
back. For now, we should make sure the documentation is accurate.
As of commit 491a92f3, any exceptions raised are rescued and therefore back traces will never be printed regardless of the
DEBUG
environment variable being set.If users find
DEBUG
useful, we can look at adding the functionality back. For now, we should make sure the documentation is accurate.Related to: https://github.com/gds-operations/vcloud-launcher/pull/92