Skip to content

v4.0.0

Compare
Choose a tag to compare
@logdnabot logdnabot released this 17 Sep 14:17
· 3 commits to main since this release

4.0.0 (2021-09-17)

Chores

Features

  • levels: Support custom log levels in LogDNA 02c6b3e - Darin Spivey, closes: #31

BREAKING CHANGES

  • levels: 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.