Skip to content

Releases: x-cray/logrus-prefixed-formatter

Compatibility release

31 Jul 09:13
Compare
Choose a tag to compare

Switch to IsTerminal implementation from golang.org/x/crypto/ssh/terminal

Compatibility release

27 Jul 14:45
Compare
Choose a tag to compare

Fix a small incompatibility bug

Compatibility release + small features

30 Jun 12:25
Compare
Choose a tag to compare

Make the codebase compatible with new logrus import path. Additionally:

  • New DisableUppercase option
  • Improve logfmt output readability

Introduce color themes

19 Apr 23:28
Compare
Choose a tag to compare

This release introduces user-configurable color themes based on mgutz/ansi style syntax.

BREAKING CHANGE!!!
Timestamp format behaviour has changed. Now there's no ShortTimestamp bool setting. It was replaced with FullTimestamp bool. Now short timestamp is used by default.

Logrus compatibility release

08 Feb 10:44
Compare
Choose a tag to compare

Update codebase to be in sync with changes introduced by sirupsen/logrus#471
Now it's compatible with logrus >= 0.11.1

Bugfix release

08 Feb 10:45
Compare
Choose a tag to compare

Fixes issue with DisableTimestamp and colored output

Initial release

08 Feb 10:47
Compare
Choose a tag to compare

Add 'Installation' section to README