We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e4459 commit 002134aCopy full SHA for 002134a
promlog/log.go
@@ -14,6 +14,10 @@
14
// Package promlog defines standardised ways to initialize Go kit loggers
15
// across Prometheus components.
16
// It should typically only ever be imported by main packages.
17
+//
18
+// Deprecated: This package has been deprecated in favor of migrating to
19
+// `github.com/prometheus/common/promslog` which uses the Go standard library
20
+// `log/slog` package.
21
package promlog
22
23
import (
0 commit comments