Locating and collecting Fleet logs
Fleet logs location
The Fleet logs are located in the product logs directory.
-
Windows
Syntax:
%LOCALAPPDATA%\JetBrains\Fleet\log
Example:
C:\Users\JohnS\AppData\Local\JetBrains\Fleet\log
-
macOS
Syntax:
~/Library/Logs/JetBrains/Fleet
Example:
~/Library/Logs/JetBrains/Fleet
-
Linux
Syntax:
~/.cache/JetBrains/Fleet/log
Example:
~/.cache/JetBrains/Fleet/log
Getting Fleet logs
When you have the IDE running, to collect Fleet logs you can use any of the these actions:
- Help | Collect Logs... action;
- Use Goto | Actions... popup where type "Show Logs in Finder" action and then invoke it:
Then zip the logs in the opened directory.
Getting backend logs for the specific project
Sometimes it may be needed to have the logs of the IntelliJ backend for the specific project. To collect such logs, please
- Make sure that the window of needed project is active;
- invoke "Show IJ Logs In..." action from Goto | Actions... popup:
- then zip the logs in the opened directory.
Please sign in to leave a comment.