polishing

This commit is contained in:
Ben Sarmiento
2023-11-11 04:21:35 +01:00
parent aa6ce3662c
commit abf4183af5
4 changed files with 10 additions and 3 deletions

View File

@@ -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,
}
}