forked from mirror/logrus
Merge pull request #449 from danielgtaylor-isp/patch-1
Fix typo in README
This commit is contained in:
commit
cf60a8c5d5
|
@ -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