-
-
Notifications
You must be signed in to change notification settings - Fork 150
How do I get a full log?
airsquared edited this page Oct 23, 2023
·
2 revisions
To get a complete log from when blobsaver launches, follow these steps. This is useful when debugging a crash or other error where you either can't open the standard debug log or the debug log doesn't show everything.
- Open either the Windows Terminal or cmd.
- Paste the following into the terminal/cmd prompt:
"C:\Program Files\blobsaver\blobsaver.exe" | findstr x*
- Press enter.
- All of the logs will appear in the window as blobsaver is running. Once closing blobsaver, you can then select all then copy and paste it into a bug report.
- Find where you installed blobsaver and right click and click "Show Package Contents":
- Then navigate to the Contents then the MacOS folder.
- Right click on the "blobsaver" file and click "Open With > Terminal"
- A terminal window will now open with all of the logs appearing as blobsaver is running. Once closing blobsaver, you can then select all then copy and paste it into a bug report.
Run blobsaver via the terminal/command line and access the logs from the standard output.