Skip to content

Commit f06a5af

Browse files
authored
Merge pull request #35255 from github/repo-sync
Repo sync
2 parents f775a1a + 925eb91 commit f06a5af

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

content/copilot/troubleshooting-github-copilot/viewing-logs-for-github-copilot-in-your-environment.md

+20
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,23 @@ To check if GitHub Copilot is operational, run the following command in Vim/Neov
157157
:Copilot status
158158

159159
{% endvimneovim %}
160+
161+
{% xcode %}
162+
163+
## Collecting log files
164+
165+
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`.
166+
167+
1. Open the {% data variables.product.prodname_copilot %} extension application.
168+
1. At the top of the application window, click **Advanced**.
169+
1. In the "Logging" section, click **Open Copilot Log Folder**.
170+
171+
## Enabling verbose logs
172+
173+
You can enable verbose logging to help troubleshoot issues with the {% data variables.product.prodname_copilot %} extension for Xcode.
174+
175+
1. Open the {% data variables.product.prodname_copilot %} extension application.
176+
1. At the top of the application window, click **Advanced**.
177+
1. In the "Logging" section, next to "Verbose Logging", toggle the switch to the right.
178+
179+
{% endxcode %}

0 commit comments

Comments
 (0)