logdna / logdna-winston

LogDNA's Node.js logging module with support for Winston
MIT License
16 stars 14 forks source link

[logdna-winston] Change to logger-node #22

Closed darinspivey closed 4 years ago

darinspivey commented 4 years ago

feat!: Change to use @logdna/logger as the client

BREAKING CHANGE:

This changes the client to be the newer logdna node client. Other changes were to add tests and map the log levels between winston and logdna since they differ. Also, the index_meta property was changed to indexMeta as required by the logdna logger client.

Semver: major Ref: LOG-7378


ci: Change to use Jenkins

This removes circleci and goes with Jenkins. This will now include auto-versioning and publishing to npm via Jenkins.

Semver: patch Ref: LOG-7378


deps: eslint-config-logdna@2.0.0

This enforces a 90-column width. Package dependencies were corrected to be explicit (winston-transport) because the linter complains about that.

Semver: patch Ref: LOG-7378