winston-datadog
winston-datadog copied to clipboard
Winston Datadog transport
Results
3
winston-datadog issues
Sort by
recently updated
recently updated
newest added
Hi, Not sure if I am doing something wrong, but my logs does not reach DD. I did notice that it looks like the endpoint has actually changed. Are you...
Right now this is the way to init the transports ``` var logger = new (winston.Logger)({ transports: [ /* ... */ ] }); ``` It would be nice to use...
enhancement