-
Notifications
You must be signed in to change notification settings - Fork 1
Enable debug logging
Mason Chen edited this page Jun 5, 2025
·
2 revisions
- Navigate to
Help | Edit Custom Properties
- Add a line
idea.log.trace.categories=#com.github.copilot
- Restart Rider
Debug logs can be enabled in the following way:
- Navigate to
Help | Diagnostic Tools | Debug Log Settings...
- Add log level instructions for Copilot, for example:
com.github.copilot:trace
orcom.github.copilot:debug
Reproduce the issue and collect idea.log
(Help | Show Log in Finder/Explorer
or Help | Collect Logs and Diagnostic Data
)
- debug (correlates to fine)
- trace (correlates to finer)
- all (all messages are logged, so it is a logging level of maximal granularity)
From JetBrains.