Почему winston 3.x регистрирует только один аргумент?
#javascript #node.js #logging #winston Вопрос: это моя конфигурация winston const { createLogger, format, transports } = require('winston'); const { combine, timestamp, printf } = format; const myFormat = printf( //…