gcloud logging winston 的日志写入的位置

where the log of gcloud logging winston written to

我正在使用@google-cloud/logging-winston

并浏览此快速入门

const winston = require('winston');

const {LoggingWinston} = require('@google-cloud/logging-winston');

const loggingWinston = new LoggingWinston();


const logger = winston.createLogger({
  level: 'info',
  transports: [
    new winston.transports.Console(),
    loggingWinston,
  ],
});


logger.error('warp nacelles offline');
logger.info('shields at 99%');

下面的评论是:

Logs will be written to: "projects/YOUR_PROJECT_ID/logs/winston_log"

但我无法在任何地方找到它,甚至在 gcloud 控制台中登录

在哪里可以找到这些日志

非常感谢

日志数据将写入 Stackdriver Logging 资源全局和日志 winston_log

转到 Google 云控制台。 Select Stackdriver 日志记录。

Filter by label or text search下面是一个下拉列表。

SelectGlobal。此控件旁边是 All logs。 Select winson_log.