It seems like this module is not fully compatible with Winston 3.0 yet, whenever I use winston.add(new CloudWatchTransport(config)); I get the following log message:
undefined is a legacy winston transport. Consider upgrading:
- Upgrade docs: https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.md
Would be great if Winston 3.0 could be fully supported, too.
It seems like this module is not fully compatible with Winston 3.0 yet, whenever I use
winston.add(new CloudWatchTransport(config));
I get the following log message:Would be great if Winston 3.0 could be fully supported, too.