为 Google Chat 应用开启错误日志记录功能
本页介绍了如何启用 Chat 应用错误日志记录,以便您在测试 Chat 应用时在 Google Cloud 日志浏览器中查询和查看错误日志。
前提条件
如需开启 Chat 应用错误日志记录,您需要:
- 拥有 Google Chat 访问权限的 Google Workspace 账号。
- Chat 应用。如需构建 Chat 应用,请按照此快速入门中的说明操作。
设置环境
在查询 Chat 应用错误日志之前,您必须先在 Chat 应用的 Google Cloud 项目中启用 Cloud Logging API。
在 Google Cloud 控制台中,开启 Cloud Logging API。依次点击菜单
menu
> API 和服务
> 库。
> 搜索 Cloud Logging API
> 点击 Cloud Logging API
> 启用。
启用该 API
开启错误日志记录
启用错误日志记录功能后,当 Chat 应用返回错误时,系统会将其记录到 Cloud Logging。由于 Cloud Logging 会产生费用,因此您可能需要在完成问题排查后关闭错误日志记录。
在 Google Cloud 控制台中,前往 Chat API 配置页面。依次点击菜单
menu
> 更多产品
> Google Workspace
> 产品库
> Google Chat API
> 管理
> 配置。
前往 Chat API
在“功能”下,选择将错误记录到 Cloud Logging。
点击保存。
现在,每当 Chat 应用返回错误时,该错误都会记录到 Cloud Logging。
关闭错误日志记录
由于 Cloud Logging 会产生费用,因此您可能需要停用错误日志记录。
在 Google Cloud 控制台中,前往 Chat API 配置页面。依次点击菜单
menu
> 更多产品
> Google Workspace
> 产品库
> Google Chat API
> 管理
> 配置。
前往 Chat API
在“功能”下,取消选中将错误记录到 Cloud Logging。
点击保存。
现在,每当 Chat 应用返回错误时,该错误都不会记录到 Cloud Logging。您可以继续使用 Logs Explorer 查询过往的错误日志。
开启错误日志记录后,您就可以为 Chat 应用查询错误日志了。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-16。
[null,null,["最后更新时间 (UTC):2025-02-16。"],[[["This guide explains how to enable error logging for your Google Chat app, allowing you to view and analyze errors in Google Cloud Logs Explorer."],["To enable error logging, you need a Google Workspace account, a Chat app, and the Cloud Logging API enabled in your Google Cloud project."],["When enabled, Chat app errors are logged to Cloud Logging, which may incur costs; you can disable logging after troubleshooting."],["You can turn off error logging to avoid incurring costs from Cloud Logging, but you can still query past logs."]]],["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"]]