Add Copilot for Xcode logging details (#52937)

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
Devraj Mehta 2024-11-11 09:52:24 -05:00 коммит произвёл GitHub
Родитель 6467f75849
Коммит 925eb9112b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -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 %}