We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0486da commit ffb2057Copy full SHA for ffb2057
rest/auth/cmd/client/main.go
@@ -30,6 +30,7 @@ func provideLoggerOpts() ([]log.Option, error) {
30
return []log.Option{log.WithLevel("TRACE")}, nil
31
}
32
33
+//nolint:unparam
34
func provideClientOpts() ([]client.Option, error) {
35
return []client.Option{client.WithClientMiddleware(client.MiddlewareConfig{Name: "log"})}, nil
36
0 commit comments