How to get copilot log data including prompt from user and suggestion from copilot? #120745
Replies: 2 comments
This comment was marked as spam.
This comment was marked as spam.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I can get the copilot log in vs code output , which includes action types and time , but it does not contains the content of the action and the returns from the copilot. how to get the detailed log ? Thank you!
Here is the log looks like :
2024-04-22 10:00:50.648 [info] [streamChoices] request done: headerRequestId: [0dc84a65-38c7-411d-91e5-2db54c5c9f67] model deployment ID: [x774de7b35e87]
2024-04-22 10:00:53.854 [info] [fetchCompletions] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 157 ms
2024-04-22 10:00:53.855 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2024-04-22 10:00:53.856 [info] [streamChoices] solution 1 returned. finish reason: [stop]
2024-04-22 10:00:53.856 [info] [streamChoices] solution 2 returned. finish reason: [stop]
2024-04-22 10:00:53.857 [info] [streamChoices] request done: headerRequestId: [68d9bf79-9be6-4808-973a-a1904d37427f] model deployment ID: [x774de7b35e87]
2024-04-22 10:00:59.243 [info] [fetchCompletions] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 161 ms
2024-04-22 10:00:59.244 [info] [streamChoices] solution 0 returned. finish reason: [stop]
2024-04-22 10:00:59.245 [info] [streamChoices] request done: headerRequestId: [45fcfe2b-1425-4c48-868a-159dd1bf3c66] model deployment ID: [x774de7b35e87]
Beta Was this translation helpful? Give feedback.
All reactions