Skip to content

Commit

Permalink
trace support
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goodfellow <rgoodfel@isi.edu>
  • Loading branch information
Ryan Goodfellow committed Nov 14, 2018
1 parent 1fa29e2 commit 129d0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func newHookFuncAndFireFunc(client *elastic.Client, host string, level logrus.Le
logrus.WarnLevel,
logrus.InfoLevel,
logrus.DebugLevel,
logrus.TraceLevel,
} {
if l <= level {
levels = append(levels, l)
Expand Down

0 comments on commit 129d0ad

Please sign in to comment.