forked from mirror/logrus
Fix typo in README
This commit is contained in:
parent
e400ff7861
commit
90915c9326
|
@ -408,7 +408,7 @@ logrus.RegisterExitHandler(handler)
|
|||
...
|
||||
```
|
||||
|
||||
#### Thread safty
|
||||
#### Thread safety
|
||||
|
||||
By default Logger is protected by mutex for concurrent writes, this mutex is invoked when calling hooks and writing logs.
|
||||
If you are sure such locking is not needed, you can call logger.SetNoLock() to disable the locking.
|
||||
|
|
Loading…
Reference in New Issue