remove unfinished doc sentence

Closes #521
This commit is contained in:
dmathieu 2017-07-19 17:47:53 +02:00
parent edfd0b9f75
commit 00386b3fbd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type Logger struct {
Formatter Formatter
// The logging level the logger should log at. This is typically (and defaults
// to) `logrus.Info`, which allows Info(), Warn(), Error() and Fatal() to be
// logged. `logrus.Debug` is useful in
// logged.
Level Level
// Used to sync writing to the log. Locking is enabled by Default
mu MutexWrap