Skip to content

Commit a7e4e32

Browse files
committed
fix: don't deprecate promlog or promlog/flag yet, we'll wait a while
Signed-off-by: TJ Hoplock <[email protected]>
1 parent 0b65ff4 commit a7e4e32

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

promlog/flag/flag.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
// Package flag defines standardised flag interactions for use with promlog
1515
// across Prometheus components.
1616
// It should typically only ever be imported by main packages.
17-
18-
// Deprecated: This package has been replaced with github.com/prometheus/common/promslog/flag.
1917
package flag
2018

2119
import (

promlog/log.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
// Package promlog defines standardised ways to initialize Go kit loggers
1515
// across Prometheus components.
1616
// It should typically only ever be imported by main packages.
17-
18-
// Deprecated: This package has been replaced with github.com/prometheus/common/promslog.
1917
package promlog
2018

2119
import (

0 commit comments

Comments
 (0)