Skip to content

Commit 2361d0b

Browse files
committed
Add logsrv and logutil info
1 parent 4ea5f39 commit 2361d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ Each package adheres to common conventions and coding standards, making them eas
6868
* [jwt](pkg/jwt) - JSON Web Token creation and validation.
6969
* [kafka](pkg/kafka) - Kafka producer and consumer utilities.
7070
* [kafkacgo](pkg/kafkacgo) - Kafka integration using CGO bindings.
71-
* [logging](pkg/logging) - Structured logging utilities.
71+
* [logsrv](pkg/logsrv) - Default slog logger with zerolog handler.
72+
* [logutil](pkg/logutil) - Logging utilities for log/slog integration.
7273
* [logutil](pkg/logutil) - General log utilities for log/slog integration.
7374
* [maputil](pkg/maputil) - Helpers for Go map manipulation.
7475
* [metrics](pkg/metrics) - Metrics collection and reporting.

0 commit comments

Comments
 (0)