---
title: Where can I find my CodeStream client-side logs?
source: https://docs.newrelic.com/docs/codestream/troubleshooting/client-logs
---

When reporting issues to New Relic customer support it is often helpful to include log files. Follow these instructions for your IDE to get your log files.

## JetBrains [#jetbrains]

1.  Reproduce the issue.
2.  In your IDE go to **Help > Collect Logs and Diagnostic Data**. This will open the finder where you should see a newly created zip file.

## VS Code [#vscode]

1.  Reproduce the issue.
2.  Open the **Output** view in VS Code (**View: Toggle Output** from the command palette) and select **CodeStream (Agent)** from the dropdown menu at the top-right.
    Copy all of the output you see and save it in a text file.

## Visual Studio [#visual-studio]

1.  Go to **Tools > Options > CodeStream** and make sure your log level is set to at least `Debug`. If it is set to `Info`, `Errors`, or `Silent`, change it to `Debug`, then restart Visual Studio.
2.  Reproduce the issue.
3.  Grab `vs-2022-extension.log` and `vs-2022-agent.log` from `%localappdata%\CodeStream\Logs` as well as the `ActivityLog.xml` from `%AppData%\Microsoft\VisualStudio\17.0_<RandomText>`.
