chore: use slog instead gokit for logging style (#1737)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke 2024-11-14 23:12:28 +01:00 committed by GitHub
parent 7a9a4e5831
commit a4ec0a96f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func New(config *Config) (*slog.Logger, error) {
}
config.Config.Writer = config.File.w
config.Config.Style = promslog.GoKitStyle
config.Config.Style = promslog.SlogStyle
return promslog.New(config.Config), nil
}