aws / aws/amazon-q-developer-cli
Show verbose output of qchat binary when asked
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
When running:
`q chat -vvvv`
I get a lot of output up to:
```
2025-08-28T21:15:12.955030Z TRACE mio::poll: 702: deregistering event source from poller
2025-08-28T21:15:12.955042Z TRACE mio::poll: 702: deregistering event source from poller
2025-08-28T21:15:12.955926Z DEBUG q_cli::cli: 457: launching q chat binary
```
After that message everything goes silence while `qchat -vvvv` shows a lot of interesting output that helped me debug my issue.
It would make sense if the qchat binary (~/.local/bin/qchat ?) is also run with -vvvv from `q`.
Contributor guide
Assessment
This issue has not been assessed yet.