Skip to content

Release 6.4.0

Compare
Choose a tag to compare
@deankarn deankarn released this 11 Mar 05:50
· 17 commits to master since this release
fdcdf50

What's new?

  • Added the ability to add an remove Handlers and Handler Levels at runtime with the following functions:
    • RemoveHandler(Handler)
    • RemoveHandlerLevels(Handler, level)
  • Tuned performance of the error parsing a bit
  • Updated to use the newest go-playground/errors
  • Fixed some syslog tests
  • Updated to using Go Modules