We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e061c91 commit 7ed2c00Copy full SHA for 7ed2c00
cmd/hello/main.go
@@ -16,5 +16,5 @@ func main() {
16
zl := zerolog.New(os.Stderr)
17
var log logr.Logger = zerologr.New(&zl)
18
19
- log.Info("Logr in action!", "the answer", 42)
+ log.Info("Test merge : msg 1b, take 1")
20
}
0 commit comments