Fehlerprotokollierung für Google Chat-Apps aktivieren
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite wird beschrieben, wie Sie die Fehlerprotokollierung für Chat-Apps aktivieren, damit Sie Fehlerprotokolle beim Testen Ihrer Chat-App im Google Cloud Logs Explorer abfragen und ansehen können.
Vorbereitung
So aktivieren Sie die Fehlerprotokollierung für Chat-Apps:
- Ein Google Workspace-Konto mit Zugriff auf Google Chat.
- Eine Chat-App. Wenn Sie eine Chat-App erstellen möchten, folgen Sie dieser Kurzanleitung.
Umgebung einrichten
Bevor Sie Chat-App-Fehlerlogs abfragen können, müssen Sie die Cloud Logging API im Google Cloud-Projekt der Chat-App aktivieren.
Aktivieren Sie in der Google Cloud Console die Cloud Logging API. Klicken Sie auf das Menü
menu
> APIs & Dienste
> Bibliothek.
> suchen Sie nach Cloud Logging API.
> klicken Sie auf Cloud Logging API.
> klicken Sie auf Aktivieren.
API aktivieren
Fehlerprotokollierung aktivieren
Aktivieren Sie das Fehler-Logging. Wenn eine Chat-App einen Fehler zurückgibt, wird er in Cloud Logging protokolliert. Da für Cloud Logging Kosten anfallen, sollten Sie das Fehler-Logging deaktivieren, wenn Sie die Fehlerbehebung abgeschlossen haben.
Rufen Sie in der Google Cloud Console die Seite Konfiguration der Chat API auf. Klicken Sie auf das Menü
menu
> Weitere Produkte
> Google Workspace
> Produktbibliothek
> Google Chat API
> Verwalten
> Konfiguration.
Zur Chat API
Wählen Sie unter „Funktionalität“ die Option Fehler in Cloud Logging protokollieren aus.
Klicken Sie auf Speichern.
Wenn die Chat-App einen Fehler zurückgibt, wird dieser in Cloud Logging protokolliert.
Fehlerprotokollierung deaktivieren
Da für Cloud Logging Kosten anfallen, sollten Sie das Fehler-Logging deaktivieren.
Rufen Sie in der Google Cloud Console die Seite Konfiguration der Chat API auf. Klicken Sie auf das Menü
menu
> Weitere Produkte
> Google Workspace
> Produktbibliothek
> Google Chat API
> Verwalten
> Konfiguration.
Zur Chat API
Deaktivieren Sie unter „Funktionalität“ die Option Fehler in Cloud Logging protokollieren.
Klicken Sie auf Speichern.
Wenn die Chat-App einen Fehler zurückgibt, wird dieser nicht in Cloud Logging protokolliert. Sie können weiterhin frühere Fehlerlogs mit dem Log-Explorer abfragen.
Nachdem Sie die Fehlerprotokollierung aktiviert haben, können Sie Fehlerprotokolle für Ihre Chat-App abfragen.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-08-04 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-08-04 (UTC)."],[[["\u003cp\u003eThis guide explains how to enable error logging for your Google Chat app, allowing you to view and analyze errors in Google Cloud Logs Explorer.\u003c/p\u003e\n"],["\u003cp\u003eTo enable error logging, you need a Google Workspace account, a Chat app, and the Cloud Logging API enabled in your Google Cloud project.\u003c/p\u003e\n"],["\u003cp\u003eWhen enabled, Chat app errors are logged to Cloud Logging, which may incur costs; you can disable logging after troubleshooting.\u003c/p\u003e\n"],["\u003cp\u003eYou can turn off error logging to avoid incurring costs from Cloud Logging, but you can still query past logs.\u003c/p\u003e\n"]]],["To enable Chat app error logging, first enable the Cloud Logging API in the Google Cloud console. Then, navigate to the Chat API configuration page and under Functionality, select \"Log errors to Cloud Logging,\" and save. Errors are now logged to Cloud Logging. To disable, deselect \"Log errors to Cloud Logging\" and save. Remember to disable it when troubleshooting is complete, as Cloud Logging incurs a cost. Error logs can be viewed in Google Cloud Logs Explorer.\n"],null,["This page describes how to turn on Chat app error logging, so that you can query and view error logs in [Google Cloud Logs Explorer](https://cloud.google.com/logging/docs/view/logs-viewer-interface) while testing your Chat app.\n\nPrerequisites\n\nTo turn on Chat app error logging, you need:\n\n- A Google Workspace account with access to Google Chat.\n- A Chat app. To build a Chat app, follow this [quickstart](/workspace/chat/quickstart/gcf-app).\n\nSet up the environment\n\nBefore querying Chat app error logs, you must enable the Cloud Logging API in the Chat app's Google Cloud project.\n\n1. In the Google Cloud console, turn on the Cloud Logging API. Click **Menu**\n menu\n \\\u003e **APIs \\& Services**\n \\\u003e **Library** .\n \\\u003e search for **Cloud Logging API**\n \\\u003e click **Cloud Logging API**\n \\\u003e **Enable**.\n\n [Enable the API](https://console.cloud.google.com/marketplace/product/google/logging.googleapis.com)\n\nTurn on error logging\n\nTurn on error logging and when a Chat app returns an error, it logs it to Cloud logging. Because Cloud Logging [incurs a cost](https://cloud.google.com/stackdriver/pricing), you might want to [turn off error logging](#turn-off-error-logging) after you finish troubleshooting.\n\n1. In the Google Cloud console, go to the Chat API **configuration** page. Click **Menu**\n menu\n \\\u003e **More products**\n \\\u003e **Google Workspace**\n \\\u003e **Product Library**\n \\\u003e **Google Chat API**\n \\\u003e **Manage**\n \\\u003e **Configuration**.\n\n [Go to Chat API](https://console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-chat)\n2. Under Functionality, select **Log errors to Cloud Logging**.\n\n3. Click **Save**.\n\nNow, whenever the Chat app returns an error, the error gets logged to Cloud Logging.\n\nTurn off error logging\n\nBecause Cloud Logging [incurs a cost](https://cloud.google.com/stackdriver/pricing), you might want to turn off error logging.\n\n1. In the Google Cloud console, go to the Chat API **configuration** page. Click **Menu**\n menu\n \\\u003e **More products**\n \\\u003e **Google Workspace**\n \\\u003e **Product Library**\n \\\u003e **Google Chat API**\n \\\u003e **Manage**\n \\\u003e **Configuration**.\n\n [Go to Chat API](https://console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-chat)\n2. Under Functionality, deselect **Log errors to Cloud Logging**.\n\n3. Click **Save**.\n\nNow, whenever the Chat app returns an error, the error doesn't get logged to Cloud Logging. You can continue to query past error logs using Logs Explorer.\n\nRelated topics\n\nAfter turning on error logging, you're ready to [query error logs](/workspace/chat/query-logs) for your Chat app."]]