Skip to content

Commit dd8f76f

Browse files
authored
Merge pull request #122 from thockin/master
funcr: fix example verbosity
2 parents de1ec28 + ebe3534 commit dd8f76f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

funcr/example/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func main() {
4545
funcr.Options{
4646
LogCaller: funcr.All,
4747
LogTimestamp: true,
48+
Verbosity: 1,
4849
})
4950
example(log.WithValues("module", "example"))
5051
}

0 commit comments

Comments
 (0)