Skip to content

Commit 6f6830e

Browse files
committed
Test hello2 change
1 parent a050f54 commit 6f6830e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/hello2/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ func main() {
1616
zl := zerolog.New(os.Stderr)
1717
var log logr.Logger = zerologr.New(&zl)
1818

19-
log.Info("Logr in action!", "the answer", 42)
19+
log.Info("Logr in action!", "hello 2", 42)
2020
}

0 commit comments

Comments
 (0)