Releases: opalmer/logrusutil
Releases · opalmer/logrusutil
v1.0.2: Fix Race Condition (#2)
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.