logdna-winston
logdna-winston copied to clipboard
LogDNA's Node.js logging module with support for Winston
Results
11
logdna-winston issues
Sort by
recently updated
recently updated
newest added
The current Winston transport example gives the following error when run as-is (node 8.10, Winston 2.4.3) ``` /Users/reilly/Projects/mem/node_modules/winston/lib/winston/logger.js:481 var instance = created ? transport : (new (transport)(options)); ^ TypeError: transport...