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.