> 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: About Logs ## Article: About Wix Logs ## Article Link: https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/about-logs.md ## Article Content: # About Logs Logs provide information about events and errors that occur on your site. They are generated in both preview mode and for the published site, and can originate from your site's frontend and backend.
Use logs to: - Trace visitor flows. - Gain insights into your 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](https://support.wix.com/en/article/viewing-and-managing-your-site-history) and the [Release Manager](https://support.wix.com/en/article/accessing-the-release-manager) to debug and analyze different site revisions. > **Note**: Verbose logging is only supported for [routers](https://dev.wix.com/docs/develop-websites/articles/coding-with-velo/routers/about-routers.md). ## Log viewing options Logs are available directly in your site dashboard, as well as through external monitoring tools you can connect to your site. You can view your site's logs with: - **Wix Logs:** Use [Wix Logs](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/view-logs-using-wix-logs.md) to view basic log information in real-time directly in the site dashboard. - **Google Cloud Logs:** View your [site's logs in Google Cloud Logs](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/view-logs-using-google-cloud-logs.md), a monitoring tool that performs log analysis and generates visual depictions of log data. - **An external monitoring tool:** View your [site's logs using an external monitoring tool](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/view-logs-using-an-external-monitoring-tool.md) of your choice to generate metrics and analyze logs. ## Log structure Each log contains the payload message as well as log metadata, such as the log's timestamp, origin, the site's [view mode](https://support.wix.com/en/article/studio-editor-saving-previewing-and-publishing-your-site#previewing-a-site), and the site's [revision number](https://support.wix.com/en/article/viewing-and-managing-your-site-history). Learn more about the [log object structure](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/log-object-structure.md). ## See also - [View logs using Wix Logs](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/view-logs-using-wix-logs.md) - [View logs using Google Cloud Logs](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/view-logs-using-google-cloud-logs.md) - [View logs using an external monitoring tool](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/view-logs-using-an-external-monitoring-tool.md) - [Tutorial | Generate a log to debug your site](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/generate-logs-to-debug-your-site.md) - [Log object structure](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/logs/log-object-structure.md)