Skip to content

v1.0.2: Fix Race Condition (#2)

Latest
Compare
Choose a tag to compare
@opalmer opalmer released this 20 Mar 00:13
64a43ff
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.