Closed
Description
Proposal
Line 58 in 9a00d1e
cmd/adapter/main.go:58:14: SA1019: klogr.New is deprecated: this uses a custom, out-dated output format. Use textlogger.NewLogger instead. (staticcheck)
var logger = klogr.New().WithName("keda_metrics_adapter")
Let's migrate to the new interface, there might be some changes in the config/parameters etc.
It might also help with issues like: #5139
Use-Case
No response
Is this a feature you are interested in implementing yourself?
Maybe
Anything else?
No response