Skip to content

Commit

Permalink
Change log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuravi committed Jan 18, 2017
1 parent 78cd901 commit 150c28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/uhttp/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func tracingServerFilter(host service.Host) FilterFunc {
ext.HTTPUrl.Set(span, r.URL.String())
defer func() {
span.Finish()
fxctx.Logger().Info("Span finished")
fxctx.Logger().Debug("Span finished")
}()

fxctx = fxctx.WithContextAwareLogger(span)
Expand Down

0 comments on commit 150c28d

Please sign in to comment.