【发布时间】:2019-12-13 23:25:34
【问题描述】:
我正在尝试从用 Go 编写的 Cloud Function 将信息/错误日志发送到 StackDriver Logging on GCP,但是所有日志都没有日志级别分配。
我从https://github.com/GoogleCloudPlatform/golang-samples/blob/master/functions/helloworld/hello_logging.go 创建了函数 演示问题。
【问题讨论】:
标签: go google-cloud-functions google-cloud-logging