Closed bonesoul closed 6 years ago
same issue here
I've managed to workaround this issue by using:
const winston = require('winston')
const { WinstonTransport } = require('logdna-winston')
winston.add(WinstonTransport, { ... })
This doesn't work with @winstonjs 3 (currently 3.0.0-rc5
).
Invalid transport, must be an object with a log method.
Same issue here. winston 3.1.0 transport is not a constructor
any ideas?