Merge pull request #449 from danielgtaylor-isp/patch-1

Fix typo in README
This commit is contained in:
Stephen Day
2016-11-30 12:16:55 -08:00
committed by GitHub
+1 -1
View File
@@ -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. 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. If you are sure such locking is not needed, you can call logger.SetNoLock() to disable the locking.