> 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 Google Cloud Logs ## Article: View Logs with Google Cloud Logs ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/view-logs-with-google-cloud-logs.md ## Article Content: # View Logs with Google Cloud Logs You can view a site's [logs](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/about-wix-logs.md) using [Google Cloud Logs](https://cloud.google.com/products/operations), an external monitoring tool that displays, analyzes, and stores logs. With Google Cloud Logs, you can: - Stream, search, and analyze log data in real time. - Store log data in the cloud. - Trace, sort, and filter aggregated error data. This article explains how to: - [Connect to Google Cloud Logs](#connect-to-google-cloud-logs) - [View logs with Google Cloud Logs](#view-logs-using-google-cloud-logs) - [Disconnect Google Cloud Logs](#disconnect-google-cloud-logs) ## Connect to Google Cloud Logs To connect a site's logs to Google Cloud Logs: 1. In the site dashboard, click **Developer Tools** > **Logging Tools**. 2. In the Google Cloud Logs section, click **Open**. The Google Cloud Logs page opens. ![Google Cloud Logs connect button](https://wixmp-833713b177cebf373f611808.wixmp.com/images/487556bbe4bdfd2d7cc337715f682e38.png) 3. In the Google Cloud Logs page, click **Connect**. The Google Account Login page appears. 4. Sign in to the Google account associated with the site. The site is now connected to Google Cloud Logs. ## View logs with Google Cloud Logs Reload a site and [generate logs](https://dev.wix.com/docs/develop-websites-sdk/get-started/tutorials/monitoring/tutorial-generate-logs-to-debug-a-site.md) from its frontend or backend. To view logs using Google Cloud Logs: 1. In the site dashboard, click **Developer Tools** > **Logging Tools**. 2. In the Google Cloud Logs section, click **Open**. The Google Cloud Logs page appears. ![Google Cloud Logs connected interface](https://wixmp-833713b177cebf373f611808.wixmp.com/images/a5a565eb1bffda79c3100b041c69f79f.png) 3. Click **Open** and sign in to a Google account associated with the site. Once logged in, the Google Cloud Logs Explorer page opens. It displays the site's logs and errors. ![Google Cloud Logs Explorer interface](https://wixmp-833713b177cebf373f611808.wixmp.com/images/df6b1db87c69beecaaddcaf35a54a971.png) Click any log to view its data. ![Google Cloud Logs log details](https://wixmp-833713b177cebf373f611808.wixmp.com/images/a15fd95f3fa20ed36021452126969143.png) To better understand the logs, learn about the [log object structure](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/log-object-structure.md). ## Disconnect Google Cloud Logs To disconnect a site from Google Cloud Logs: 1. In the site dashboard, click **Developer Tools** > **Logging Tools**. 2. In the **Google Cloud Logs** section, click **Open**. The Google Cloud Logs page appears. 3. On the top right of the page, click **Disconnect**. ![Google Cloud Logs disconnect window](https://wixmp-833713b177cebf373f611808.wixmp.com/images/255f7cbfb39a389cff85d90dc4bb8fcd.png) 4. In the **Disconnect from Google cloud Logs?** popup, click **Disconnect**. ![Google Cloud Logs disconnect confirmation](https://wixmp-833713b177cebf373f611808.wixmp.com/images/1417b63a4f5bdd70892eb835b650ed35.png) The site is now disconnected from Google Cloud Logs. > **Note:** Disconnecting a site from Google Cloud Logs doesn't affect the data stored in a Google Cloud Logs account. You can reconnect a site to Google Cloud Logs at any time. ## See also - [About Wix Logs](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/about-wix-logs.md) - [View logs using Wix Logs](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/view-logs-with-wix-logs.md) - [View logs using an 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) - [Tutorial | Generate logs to debug a site](https://dev.wix.com/docs/develop-websites-sdk/get-started/tutorials/monitoring/tutorial-generate-logs-to-debug-a-site.md) - [Log object structure](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/work-with-wix-logs/log-object-structure.md)