Skip to content

Commit

Permalink
add batch and chocolate chips NV pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdotorg authored and aymanbagabas committed Feb 27, 2023
1 parent 6630e96 commit 39de9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/batch2/batch2.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func main() {
logger := log.New(log.WithTimestamp(), log.WithTimeFormat(time.Kitchen),
log.WithCaller(), log.WithPrefix("baking 🍪 "))
log.WithCaller(), log.WithPrefix("baking 🍪 ")).With("batch", 2, "chocolateChips", true)
logger.SetReportTimestamp(false)
logger.SetReportCaller(false)
logger.SetLevel(log.DebugLevel)
Expand Down

0 comments on commit 39de9ca

Please sign in to comment.