Open edzillion opened 5 years ago
const logger = winston.createLogger({ levels, transports }) winston.addColors(colors)
this does not work anyway, either does making the levels param into a object like so:
levels
const levels = { levels: ... colors: ... }
Winston docs suggest both styles but neither work for me.
this does not work anyway, either does making the
levels
param into a object like so:Winston docs suggest both styles but neither work for me.