polishing
This commit is contained in:
@@ -59,7 +59,7 @@ func NewHTTPClient(token string, maxRetries int, c config.ConfigInterface) *HTTP
|
||||
// no need to retry
|
||||
return false
|
||||
},
|
||||
log: logutil.NewLogger().Named("http"),
|
||||
log: logutil.NewLogger().Named("client"),
|
||||
config: c,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user