Skip to content

Enable and view logs

Alex Weininger edited this page May 3, 2023 · 2 revisions

Sharing trace logs can help us investigate issues. Please enable trace logs and redo the failing operation and share the logs in the GitHub issue.

Setting log level to trace

  1. Run Developer: Set Log Level command from the command palette (Press F1 to access the command palette)
  2. Select "Azure Account"
  3. Set the log level to "Trace" for the most detailed logs.

Viewing logs

  1. Run Developer: Show Logs command from the command palette (Press F1 to access the command palette)
  2. Select "Azure Account"

or navigate to the "Azure Account" output channel

Sharing logs

If the logs are long, please save them as a .txt or .log file and attach the file to the GitHub issue description.

Note: Be sure to remove any PII before sharing logs.

Clone this wiki locally