Skip to content

Commit

Permalink
Merge pull request #122 from thockin/master
Browse files Browse the repository at this point in the history
funcr: fix example verbosity
  • Loading branch information
pohly committed Nov 30, 2021
2 parents de1ec28 + ebe3534 commit dd8f76f
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 dd8f76f

Please sign in to comment.