> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: View Logs with Wix Logs ## Article: View Logs with Wix Logs ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/view-logs-with-wix-logs.md ## Article Content: # View Logs with Wix Logs Wix Logs allow you to view [logs](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/about-wix-Logs.md) in real-time, and you can pause, resume, or clear the log stream. Logs contain [metadata](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/log-object-structure.md) as well as the log's message. > **Notes**: > > - Wix Logs doesn't save log data. To save logs for later use, use [Google Cloud Logs](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/view-logs-with-google-cloud-logs.md) or another [external logging tool](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/view-logs-with-an-external-logging-tool.md). > - You can also use the [Site Monitoring service plugin](https://dev.wix.com/docs/velo/events-service-plugins/site-monitoring/service-plugins/site-monitoring/introduction.md) (Velo API) to examine Wix Logs in real time. The [`LogEntry` object](https://dev.wix.com/docs/velo/events-service-plugins/site-monitoring/service-plugins/site-monitoring/log-entry/introduction.md) contains the data for each log. ## View the logs 1. In the site dashboard, click **Developer Tools** > **Logging Tools**. 1. In the **Wix Logs** section, click **Open**. The Wix Logs page opens.  1. To generate a log, preview, or publish a site and [trigger an event that generates a log](https://dev.wix.com/docs/develop-websites-sdk/get-started/tutorials/monitoring/tutorial-generate-logs-to-debug-a-site.md). For example, if you have a button that, when clicked, logs the result of 2 multiplied numbers, click the button. The logs indicating success appear in the **Wix Logs** page:  Similarly, if not successful, the logs might display as follows: 
**Tip:** If the live log stream doesn't appear, refresh a site while the Wix Logs page is open in another tab.By default, each log displayed in the Wix Logs page includes the following fields: | Column | Description | [Log object](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/log-object-structure.md) property | | --------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | | **Level** | Log's severity level. Possible values are: