Merge branch 'field-logger-with-hooks-race' of git://github.com/thundercat1/logrus into master

This commit is contained in:
David Bariod
2018-07-23 13:49:25 +02:00
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -137,9 +137,9 @@ func (entry *Entry) fireHooks() {
}
func (entry *Entry) write() {
serialized, err := entry.Logger.Formatter.Format(entry)
entry.Logger.mu.Lock()
defer entry.Logger.mu.Unlock()
serialized, err := entry.Logger.Formatter.Format(entry)
if err != nil {
fmt.Fprintf(os.Stderr, "Failed to obtain reader, %v\n", err)
} else {