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:
console.log() or console.info().Note: Verbose logging is only supported for routers.
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:
Each log contains a message as well as log metadata, such as:
Learn more about the log object structure.