We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1ec28 commit ebe3534Copy full SHA for ebe3534
funcr/example/main.go
@@ -45,6 +45,7 @@ func main() {
45
funcr.Options{
46
LogCaller: funcr.All,
47
LogTimestamp: true,
48
+ Verbosity: 1,
49
})
50
example(log.WithValues("module", "example"))
51
}
0 commit comments