当我在 Google 操作上使用 console.log() 时存储在哪里?

Where is stored when I use console.log() on Google Actions?

我正在尝试使用 Webhook 在 Google 操作上使用 console.log() 来记录以帮助调试我的代码。但我无法在任何地方找到它。 输出 console.log()?

存储在哪里
console.log('')

我试图在 Stackdriver 日志中查找,但找不到。

如果您在 Google Cloud 或 Firebase 上使用 Cloud Functions,它会存储在 Stackdriver 中。确保将过滤器调整为来自 Cloud Function

的日志

如果您没有使用 Google 云来托管您的 webhook,您需要检查您的托管服务提供商。