Console Error Logs

Prev Next

If you're experiencing issues with your Close application, error logs might help us in our debugging process where we'll have a better understanding of what went wrong, especially for issues we can't reproduce on our end.

Extracting logs for the Desktop app

Enable Logging

The Close Desktop App includes a built-in logging feature to help capture detailed diagnostic information during troubleshooting.

To log your issue:

  1. Open the main application menu.
  2. Go to Develop > Enable Logging to turn it on.
  3. Reproduce the issue.
  4. Go to Develop > Enable Logging to turn it off.

This will capture console messages from all major processes, including the background view.

Accessing the Log File

Once logging is enabled and the issue has been reproduced:

  1. Go to Develop Open Config/Log Folder. This will open the folder where your logs are stored.
  2. Open the Logs subfolder.
  3. Attach the main.log file to your support request so our team can help diagnose and resolve the issue more effectively.

Extracting logs for the Web app

Once you see the error happen again, please refer to the video or follow the steps below to get the logs so you can send them over in a form of a screeenshot.

  1. Reproduce the issue in the app. Usually, this will be a general error pop-up saying something like There was a server error. Please let us know if this keeps happening!.
  2. Anywhere in the Close app right-click > Inspect or Inspect Element to open up the developer's tools:
    Usually it will appear at the bottom as shown below:
  3. Click on the Console tab 
  4. Scroll all the way down in the Console tab and take a screenshot. It will look something like this: 
  5. Send over the screenshot to support@close.com
  6. We'll take a look at the logs and provide you with further instructions on how to resolve this specific issue