-
-
Notifications
You must be signed in to change notification settings - Fork 85
Getting Swiftcord Logs
Andrew Glaze edited this page May 28, 2022
·
1 revision
Sometimes we'll ask you to check or send us your logs, and this is a guide on how to do that.
- Quit Swiftcord.
- Open
Console.app
which is located at/System/Applications/Utilities/Console.app
. - A window like the one below should appear. In the sidebar under devices, select your current machine.
![Screen Shot 2022-05-27 at 11 20 31 PM](https://user-images.githubusercontent.com/28193374/170807849-60c962fd-d970-4136-a6cc-451594d75ac7.png)
- Press the
Start Streaming
button, and log messages from all apps should start streaming in.
![Screen Shot 2022-05-27 at 11 22 14 PM](https://user-images.githubusercontent.com/28193374/170807872-c6f43784-2cf7-42e4-bd9e-109593bea242.png)
- In the search bar at the top right of the window, type
process:swiftcord
and press enter. Now you should only see log messages originating from Swiftcord!
![Screen Shot 2022-05-27 at 11 26 25 PM](https://user-images.githubusercontent.com/28193374/170808082-86f82b1b-46ff-4733-8168-a3aadd1b2060.png)
- Open Swiftcord again, and reproduce the issue you're facing, you should see log messages appear in the console window.
![Screen Shot 2022-05-27 at 11 26 56 PM](https://user-images.githubusercontent.com/28193374/170808097-32e0b623-fe96-4104-a231-27335f006995.png)
- In order to send the logs somewhere else, press
⌘-A ⌘-C
and paste it into a new text file.