Environment variable to enable debug logging
Open
feature-request
logging
p2
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
**Is your feature request related to a problem? Please describe.**
Right now when things go wrong, I have to hack any number of deploy scripts to add the `--debug` switch to `aws` commands.
**Describe the solution you'd like**
It would be much better to set `AWS_DEBUG` in the environment passed to these deploy scripts.
**Describe alternatives you've considered**
There are none.
**Additional context**
Bonus points for a syntax like `AWS_DEBUG='botocore.credentials botocore.utils'` etc.
Contributor guide
Assessment
This issue has not been assessed yet.