Skip to content

Enable debug logging

Mason Chen edited this page Jun 5, 2025 · 2 revisions

Enable verbose logs for Rider

  • Navigate to Help | Edit Custom Properties
  • Add a line idea.log.trace.categories=#com.github.copilot
    • image
  • Restart Rider

Enable verbose log for other IDEs

Debug logs can be enabled in the following way:

  • Navigate to Help | Diagnostic Tools | Debug Log Settings...
    • image
  • Add log level instructions for Copilot, for example: com.github.copilot:trace or com.github.copilot:debug
    • image

Log file

Reproduce the issue and collect idea.log (Help | Show Log in Finder/Explorer or Help | Collect Logs and Diagnostic Data)

Logging levels

  • debug (correlates to fine)
  • trace (correlates to finer)
  • all (all messages are logged, so it is a logging level of maximal granularity)

More

From JetBrains.

Clone this wiki locally