Skip to content

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.

Windows

  1. Open either the Windows Terminal or cmd.
  2. Paste the following into the terminal/cmd prompt:
"C:\Program Files\blobsaver\blobsaver.exe" | findstr x*
  1. Press enter.
  2. 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.

macOS

  1. Find where you installed blobsaver and right click and click "Show Package Contents":

Show Package Contents

  1. Then navigate to the Contents then the MacOS folder.
  2. Right click on the "blobsaver" file and click "Open With > Terminal"

Open With Terminal

  1. 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.

Linux

Run blobsaver via the terminal/command line and access the logs from the standard output.