You can view your site logs using an external monitoring tool of your choice.
This is the general lifecycle of site logs when connected to an external monitoring tool:
You can create an endpoint by implementing your own or by using one provided by an external monitoring tool.
Important:
You can use an endpoint provided by an existing monitoring service, such as logz.io or Loggly.
Refer to the service's documentation to learn how to create an endpoint.
Alternatively, you can implement your own endpoint and integrate it with a monitoring tool of your choice.
Note: You can create an endpoint for site logs on a Wix site using the HTTP functions API, but you can't do so on the same site whose logs you want to view.
Your endpoint must include code to convert site log objects into a format that can be parsed by the external monitoring tool.
For your convenience, Wix offers an open-source example using Solarwinds Loggly on Google App Engine. The code is specific to this tool, but you can adapt it for the monitoring tool of your choice.
Once you have an endpoint, set it in your site dashboard:
In your site dashboard, click Developer Tools > Logging Tools.
In the Connect an external logging tool section, click Next. The Connect external logging tool page appears.
In the Enter your endpoint URL field, enter your endpoint URL and click Connect.
Your site is now connected to the external monitoring tool.