Skip to content

Commit

Permalink
Add Copilot for Xcode logging details (#52937)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Heis <[email protected]>
  • Loading branch information
devm33 and heiskr authored Nov 11, 2024
1 parent 6467f75 commit 925eb91
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,23 @@ To check if GitHub Copilot is operational, run the following command in Vim/Neov
:Copilot status

{% endvimneovim %}

{% xcode %}

## Collecting log files

The log files for the {% data variables.product.prodname_copilot %} extension for Xcode are stored in `~/Library/Logs/GitHubCopilot/`. The most recent file is named `github-copilot-for-xcode.log`.

1. Open the {% data variables.product.prodname_copilot %} extension application.
1. At the top of the application window, click **Advanced**.
1. In the "Logging" section, click **Open Copilot Log Folder**.

## Enabling verbose logs

You can enable verbose logging to help troubleshoot issues with the {% data variables.product.prodname_copilot %} extension for Xcode.

1. Open the {% data variables.product.prodname_copilot %} extension application.
1. At the top of the application window, click **Advanced**.
1. In the "Logging" section, next to "Verbose Logging", toggle the switch to the right.

{% endxcode %}

0 comments on commit 925eb91

Please sign in to comment.