We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05754e5 commit 65c43e0Copy full SHA for 65c43e0
mackerel/config.go
@@ -29,6 +29,6 @@ func (c *Config) Client() (client *mackerel.Client, diags diag.Diagnostics) {
29
}
30
31
32
- client.HTTPClient.Transport = logging.NewTransport("Mackerel", http.DefaultTransport)
+ client.HTTPClient.Transport = logging.NewSubsystemLoggingHTTPTransport("Mackerel", http.DefaultTransport)
33
return client, diags
34
0 commit comments