2
0

update readme

This commit is contained in:
Nate Finch
2014-06-15 07:03:23 -04:00
parent 1781f71455
commit ce1012af58
+3 -2
View File
@@ -23,8 +23,9 @@ into the SetOutput function when your application starts:
MaxAge: lumberjack.Week * 4,
))
Note that lumberjack assumes whatever is writing to it will use locks to
prevent concurrent writes. Lumberjack does not implement its own lock.
Note that lumberjack assumes whatever is writing to it will use locks to prevent
concurrent writes (the standard library log package already does this).
Lumberjack does not implement its own lock.
Lumberjack also assumes that only one process is writing to the output files.
Using the same lumberjack configuration from multiple processes on the same