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.
Your posting here states use any of these 'actions' to get your logs. Choosing the most obvious ‘Collect Logs…’ action fleet shows activity in status area that it is collecting logs. The action presumably completes but there is no message as to where this ‘collection’ is located to add to the bug report or that it is even finished with the activity.
The title of this article is Locating and collecting logs and you show a location which contains several folders and files but not a ‘collection’ archive of the most recent and relevant to the original bug being reported, which I assume is the purpose of Collect Logs… action. I have achieved my goal, but I had to point out the obvious holes in a basic function and end user communication.