Wix Logs lets you view logs in real-time. Tracking logs and errors as they are reported lets you gain immediate insight into Wix Logs.
Wix Logs displays logs as they occur. A log is a JSON object representing logged information.
The Wix Logs window shows:
Logs stream to your Wix Logs window as they are generated.
Enable code:
Select Developer Tools in the dashboard.
Under the Logging Tools section, select Wix Logs.
To generate a log, preview or publish your site and trigger an event. For example, if you have a console log that runs when a button is clicked, click the button. You should see the log in your window.
You can also access Wix Logs from Preview mode in the Wix Editor. While in Preview mode, click Live Site Logs in the Developer Console.
Notes
Tip: If you don't see the live log stream in your window, refresh your site while the Wix Logs window is open in another tab.
Each log in the window includes the following fields:
receiveTimestamp
of the log. Time the log was received by Wix Logs.jsonPayload.message
of the log. Payload message of the log in JSON format.severity
of the log: INFO, WARNING, or ERROR.You can view the JSON object representing the log by clicking the log in the table. To hide the JSON object, click the log again.
You can also do the following in the Wix Logs window:
To temporarily pause log streaming, click Pause.
To continue log streaming after it was paused, click Play.
To remove all logs from the window, click Clear.
Notes