Skip to content

Commit 9b233bb

Browse files
kinjelomramonskie
authored andcommitted
more info about debugging
1 parent f01002e commit 9b233bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ bucket.
6666

6767
### Troubleshooting
6868

69-
To turn on bbl debugging traces, use `bbl --debug` flag.
70-
71-
To turn on [bosh debugging](https://bosh.io/docs/build-cpi/#debugging) traces, export the `BOSH_LOG_LEVEL=debug` environment variable in the related bbl shell script, such as `create-jumpbox.sh`.
72-
73-
To turn on the cpi traces, override or set cpi configuration, e.g. for vsphere cpi within `jumpbox-deployment/vsphere/cpi.yml` set `http_logging: true` according to [vsphere cpi documentation](https://bosh.io/docs/vsphere-cpi/#global)
69+
To turn on debugging traces:
70+
- **BBL**: use `bbl --debug` flag.
71+
- [**BOSH**](https://bosh.io/docs/build-cpi/#debugging): export the `BOSH_LOG_LEVEL=debug` and the `BOSH_LOG_PATH=bosh.log` environment variables in the related bbl shell script, such as `create-jumpbox.sh`.
72+
- [**TERRAFORM**](https://developer.hashicorp.com/terraform/internals/debugging): export the `TF_LOG=TRACE` and the `TF_LOG_PATH=terraform.log` environment variables in the related bbl shell script, such as `create-jumpbox.sh`.
73+
- [**CPI**](https://bosh.io/docs/build-cpi/#debugging): override or set cpi configuration, e.g. for vsphere cpi within `jumpbox-deployment/vsphere/cpi.yml` set `http_logging: true` according to [vsphere cpi documentation](https://bosh.io/docs/vsphere-cpi/#global)
7474

7575
### Tearing down an environment
7676

0 commit comments

Comments
 (0)