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
- 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`.
321
+
- While viewing the Output channel (`AWS Toolkit Logs` or `Amazon Q Logs`) in vscode:
322
+
- Click the "gear" icon to [select a log level](https://github.com/aws/aws-toolkit-vscode/pull/4859) ("Debug", "Info", "Error", …).
323
+
- Click the "..." icon to open the log file.
324
+
- Use the `aws.dev.logfile` setting to set the logfile path to a fixed location, so you can follow
325
+
and filter logs using shell tools like `tail` and `grep`. For example in settings.json,
321
326
```
322
327
"aws.dev.logfile": "~/awstoolkit.log",
323
328
```
@@ -328,7 +333,6 @@ The `aws.dev.forceDevMode` setting enables or disables Toolkit "dev mode". Witho
328
333
- Use the `AWS (Developer): Watch Logs` command to watch and filter Toolkit logs (including
329
334
telemetry) in VSCode.
330
335
- Only available if you enabled "dev mode" (`aws.dev.forceDevMode` setting, see above).
331
-
- Sets `aws.logLevel` to "debug".
332
336
- Enter text in the Debug Console filter box to show only log messages with that text. <br/>
"AWS.configuration.description.ecs.openTerminalCommand": "The command to run when starting a new interactive terminal session.",
12
-
"AWS.configuration.description.logLevel": "AWS IDE Extensions log level (changes reflected on restart)",
13
-
"AWS.configuration.description.logLevel.cn": "The Amazon Toolkit's log level (changes reflected on restart)",
14
12
"AWS.configuration.description.iot.maxItemsPerPage": "Controls how many IoT Things, Certificates, or Policies are listed before showing a node to `Load More...`.",
15
13
"AWS.configuration.description.s3.maxItemsPerPage": "Controls how many S3 items are listed before showing a node to `Load More...`.\nThis corresponds to the `MaxKeys` requested in a single call to S3. [Learn More](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html#AmazonS3-ListObjectsV2-response-MaxKeys)",
16
14
"AWS.configuration.description.samcli.lambdaTimeout": "Maximum time (in milliseconds) to wait for SAM output while starting a Local Lambda session",
0 commit comments