Introduction

Velo's site monitoring feature lets you view, analyze, and debug logs. You can examine logs in real time, or connect Wix Logs to an external monitoring tool to generate log metrics and perform error log analysis.

How It Works

Velo's site monitoring tool records Wix logs as log entries. Each log entry is a JSON object representing a single log.

The following is an example of a logEntry:

Log Entry for Console Log in HTTP Function

Copy
1

For a detailed description of the JSON representation of a log entry, click here.

Viewing logs

You can investigate your logs in the following ways:

  • View logs in real time: You can quickly scan basic log information or view the JSON object representing each log. Logs are loaded as they occur. Learn more.
  • Connect to Google Cloud Logs: You can easily connect your site's logs to Google's external monitoring tool. Google Cloud Logs performs log analysis and generates visual depictions of log data, allowing you to extract meaningful insights from your logs. Learn more.
  • Connect to an external monitoring tool: You can connect your Wix Logs to a monitoring tool of your choice to generate metrics and analyze logs. Learn more.

To learn how to generate logs on your site, click here.

Was this helpful?
Yes
No