logdna / logdna-winston

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

BREAKING CHANGE: feat(levels)!: Support custom log levels in LogDNA #32

Closed darinspivey closed 3 years ago

darinspivey commented 3 years ago

feat(levels)!: Support custom log levels in LogDNA

As Winston allows for the use of custom log levels, now so does LogDNA. Custom levels can be defined for both Winston and LogDNA such that those custom levels will show up on LogDNA's log viewer.

BREAKING CHANGE: This removes the log level "translation" that used to be in place to convert Winston levels to ones that would be acceptable by LogDNA. Since LogDNA can now define custom levels as well, this translation is no longer needed, however it may break implementations that are relying on the translated levels.

Fixes: #31


chore(deps): eslint-config-logdna@5.1.0


chore(deps): semantic-release-config-logdna@1.3.0


chore(deps): semantic-release@17.4.7


chore(deps): eslint@7.32.0

logdnabot commented 3 years ago

:tada: This PR is included in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: