Skip to content

Commit 2ecdaae

Browse files
committed
Remove pre-release note
1 parent a108f7d commit 2ecdaae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ log.Info("Hello, world!", "EXTRA_KEY", "5")
1212
log.Info("Hello, world!", slog.Group("HTTP", "METHOD", "put", "URL", "http://example.com"))
1313
```
1414

15-
16-
> [!CAUTION]
17-
> This is pre-release software. No releases have been tagged yet.
18-
19-
2015
### Make sure your logs are compatible with the journal
2116

2217
When using third-party slog libraries, you do not have control over the attributes that are passed to the logger.
@@ -25,6 +20,7 @@ For this you can use the `ReplaceGroup` and `ReplaceAttr` fields in `Options`:
2520

2621

2722
```go
23+
packag
2824
import (
2925
"log/slog"
3026
sloghttp "github.com/samber/slog-http"

0 commit comments

Comments
 (0)