winston and loggly nothing shows up on loggly dashboard
问题 Trying to set up loggly with winston, and nothing shows up! I tried a catch-all source group: And tried a simple info log: winston = require 'winston' Loggly = require('winston-loggly').Loggly winston.add Loggly, { subdomain: "my-subdomain", inputToken: "my-input-token-ihawof9ahw3fo9ahwe", json: true } winston.info 'Hello Loggly!' What could be wrong? 回答1: Loggly released new version - Gen2. Gen2 is not implemented in winston-loggly package yet. After my communication with Loggly Team I found