Skip to content

Commit

Permalink
funcr: fix example verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Nov 30, 2021
1 parent de1ec28 commit ebe3534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions funcr/example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func main() {
funcr.Options{
LogCaller: funcr.All,
LogTimestamp: true,
Verbosity: 1,
})
example(log.WithValues("module", "example"))
}
Expand Down

0 comments on commit ebe3534

Please sign in to comment.