Skip to content

Releases: opalmer/logrusutil

v1.0.2: Fix Race Condition (#2)

20 Mar 00:13
64a43ff
Compare
Choose a tag to compare
If ConfigureLogger() is called inside of a goroutine that will call logrus.Hooks.Add() which does not implement a mutux. While this probably was never intended to be called in a goroutine someone could by accident....such as when running tests with -race.

v1.0.0

10 Sep 17:51
Compare
Choose a tag to compare
trying to fix sirupsen case issue