Skip to content

Commit ebe3534

Browse files
committed
funcr: fix example verbosity
1 parent de1ec28 commit ebe3534

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

funcr/example/main.go

+1
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)