How to log every message in new line using winston logger?
问题 we are using winston logger to log events to nodejs fs , i want to write every event into new line using winston, is it possible with to achieve that task using winston library or any other approach that works with nodejs. ctrl.js var winston = require('winston'); var consumer = new ConsumerGroup(options, topics); console.log("Consumer topics:", getConsumerTopics(consumer).toString()); logger = new (winston.Logger)({ level: null, transports: [ // new (winston.transports.Console)(), new