From: Jonathan Amsterdam Date: Fri, 19 May 2023 15:42:04 +0000 (-0400) Subject: doc: add slog to release notes X-Git-Tag: go1.21rc1~393 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=858c61b57ec30529d3b935ddf5d83a1702d2f251;p=gostls13.git doc: add slog to release notes Updates #58645 Change-Id: Ice8f115f00c62dcffd0c7b78bb8a7d66d832075d Reviewed-on: https://go-review.googlesource.com/c/go/+/496194 TryBot-Result: Gopher Robot Reviewed-by: Alan Donovan Run-TryBot: Jonathan Amsterdam --- diff --git a/doc/go1.21.html b/doc/go1.21.html index 743e2a3e28..1cf4bfe1a2 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -154,6 +154,15 @@ Do not send CLs removing the interior tags from such phrases.

Core library

+

New log/slog package

+ +

+ The new log/slog package provides structured logging with levels. + Structured logging emits key-value pairs + to enable fast, accurate processing of large amounts of log data. + The package supports integration with popular log analysis tools and services. +

+

Minor changes to the library