Merge current v2.11 into v3.1

This commit is contained in:
mmatur 2024-07-22 09:34:51 +02:00
commit c5a6b49330
No known key found for this signature in database
GPG key ID: 2FFE42FC256CFF8E
9 changed files with 71 additions and 202 deletions

View file

@ -1,7 +1,7 @@
package logs
import (
kitlog "github.com/go-kit/kit/log"
kitlog "github.com/go-kit/log"
"github.com/rs/zerolog"
)