Skip to content

Commit

Permalink
chore: use slog instead gokit for logging style (#1737)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke authored Nov 14, 2024
1 parent 7a9a4e5 commit a4ec0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/log/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit a4ec0a9

Please sign in to comment.