Skip to content

Commit

Permalink
docs(readme): replace zap w/ slog
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Feb 5, 2025
1 parent d4b62ae commit 36f4bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ transaction:
```

Each event is output individually. The log output prints each event to stdout
using Uber's `Zap` logging library.
using Go's standard `slog` logging library.

## Configuration

Expand Down

0 comments on commit 36f4bd0

Please sign in to comment.