You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use the Output panel to watch and filter Toolkit logs (including telemetry) in VSCode.
372
+
- Enter text in the Output panel filter box to show only log messages with that text.
376
373
377
374
#### Enabling Debug Logs
378
375
379
376
How to enable more detailed debug logs in the extensions.
380
377
If you need to report an issue attach these to give the most detailed information.
381
378
382
-
1. Open the Command Palette (`cmd/ctrl` + `shift` + `p`), then search for "View Logs". Choose the correct option for the extension you want, eg: `AWS: View Logs` or `Amazon Q: View Logs`
383
-

379
+
1. Open the Command Palette (`cmd/ctrl` + `shift` + `p`), then search for "View Logs". Choose either `AWS: View Logs` or `Amazon Q: View Logs`.
380
+
- 
384
381
2. Click the gear icon on the bottom right and select `Debug`
385
-

382
+
- 
386
383
3. Click the gear icon again and select `Set As Default`. This will ensure we stay in `Debug` until explicitly changed
387
-

384
+
- 
388
385
4. Open the Command Palette again and select `Reload Window`.
389
386
5. Now you should see additional `[debug]` prefixed logs in the output.
390
-

387
+
- 
391
388
392
389
### Telemetry
393
390
394
391
- See [docs/telemetry.md](./docs/telemetry.md) for guidelines on developing telemetry in this project.
395
-
- To watch Toolkit telemetry events, use the `AWS (Developer): Watch Logs` command (see [Logging](#logging) above) and enter "telemetry" in the Debug Console filter box.
392
+
- To watch Toolkit telemetry events, use the `Amazon Q: View Logs` command (see [Logging](#logging) above) and enter "telemetry" in the filter box.
0 commit comments