About Wix Logs

Wix Logs provide information about events and errors that occur on a site. They're generated in both preview mode and for the published site, and can originate from a site's frontend and backend.

Use logs to:

  • Trace visitor flows.
  • Gain insights into a site's performance.
  • View messages generated by methods such as console.log() or console.info().
  • Trace and resolve errors. Error logs include a stack trace to make debugging easier.
  • Compare logs against your site history and the Release Manager to debug and analyze different site revisions.

Note: Verbose logging is only supported for routers.

Log access options

Logs are available directly in a site's dashboard, as well as through external monitoring tools you can connect to a site.

You can view a site's logs with:

Log structure

Each log contains a message as well as log metadata, such as:

Learn more about the log object structure.

See also

Did this help?