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
- Addressed high-severity vulnerabilities in dependencies by updating `elliptic` to 6.5.4, `es5-ext` to 0.10.62, and `fast-xml-parser` to 4.4.1. [#5511](https://github.com/aws/aws-toolkit-vscode/pull/5511)
- Log messages are written to the extension Output channel, which you can view in vscode by visiting the "Output" panel and selecting `AWS Toolkit Logs` or `Amazon Q Logs`.
347
-
- While viewing the Output channel (`AWS Toolkit Logs` or `Amazon Q Logs`) in vscode:
348
-
- Click the "gear" icon to [select a log level](https://github.com/aws/aws-toolkit-vscode/pull/4859) ("Debug", "Info", "Error", …).
349
-
- Click the "..." icon to open the log file.
350
347
- Use the `aws.dev.logfile` setting to set the logfile path to a fixed location, so you can follow
351
348
and filter logs using shell tools like `tail` and `grep`. For example in settings.json,
352
349
```
@@ -362,6 +359,21 @@ The `aws.dev.forceDevMode` setting enables or disables Toolkit "dev mode". Witho
362
359
- Enter text in the Debug Console filter box to show only log messages with that text. <br/>
How to enable more detailed debug logs in the extensions.
365
+
If you need to report an issue attach these to give the most detailed information.
366
+
367
+
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`
368
+

369
+
2. Click the gear icon on the bottom right and select `Debug`
370
+

371
+
3. Click the gear icon again and select `Set As Default`. This will ensure we stay in `Debug` until explicitly changed
372
+

373
+
4. Open the Command Palette again and select `Reload Window`.
374
+
5. Now you should see additional `[debug]` prefixed logs in the output.
375
+

376
+
365
377
### Telemetry
366
378
367
379
- See [docs/telemetry.md](./docs/telemetry.md) for guidelines on developing telemetry in this project.
0 commit comments