logdna-winston icon indicating copy to clipboard operation
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

I use the `logdna-winston` transport inside of a Firebase Functions environment and I need some way to ensure that the logs are sent to the server before the function execution...

This addresses some differences in style for our code examples.

docs

Updated README.md examples with more explanation and best practice error handling.

Fixes https://github.com/logdna/logdna-winston/issues/18

bug
enhancement

Hi! I am using logdna in a typescript project, would it possible to create the `.d.ts` files to help us out there? Thanks!

enhancement

Why this transport is using info.message ? for example in default console transport https://github.com/winstonjs/winston/blob/master/lib/winston/transports/console.js#L54

Per Jira LOG-9481, Braxton reworked code example to include error handling best practice.

**Versions:** logdna-winston: 2.2.1 winston: 3.2.1 node.js: v8.12.0 **Problem:** Logs are received/saved in incorrect order and hence live trail displays them in incorrect order as well. **Eaxmple:** **Console:** [2019-08-20 05:24:55.897] [logId:...

A while back I submitted a [PR](#8) to fix Winston 3 support, but part of my PR was removed, more specifically that part that implemented the `_final` callback to flush...

Node version: 8.9.3 Configuration: ```JSON "logdna": { "index_meta": true, "key": "xxxxxxxxxxx", "env": "development" } ``` The first batch of logs is correctly sent and we can see them in the...