Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
fallais committed Dec 6, 2017
1 parent a868d91 commit 8d59f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lumberjackLogger := &lumberjack.Logger{
LocalTime: true,
}

// Add Syslog hook
// Add Lumberjack hook
hook, err := logrus_lumberjack.NewLumberjackHook(lumberjackLogger)
if err != nil {
logrus.Fatalln("Unable to add the Lumberjack hook :", err)
Expand Down

0 comments on commit 8d59f34

Please sign in to comment.