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
- Reproduce the issue.
- 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
- Reproduce the issue.
- 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
- Go to Tools > Options > CodeStream and make sure your log level is set to at least
Debug
. If it is set toInfo
,Errors
, orSilent
, change it toDebug
, then restart Visual Studio. - Reproduce the issue.
- Grab
vs-2022-extension.log
andvs-2022-agent.log
from%localappdata%\CodeStream\Logs
as well as theActivityLog.xml
from%AppData%\Microsoft\VisualStudio\17.0_<RandomText>
.