Add some worker code
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
7174e030e2
commit
6a5c309399
15 changed files with 1132 additions and 2 deletions
|
|
@ -452,8 +452,8 @@ func Client(ctx context.Context, entity params.GithubEntity) (common.GithubClien
|
|||
return nil, errors.Wrap(err, "fetching http client")
|
||||
}
|
||||
|
||||
slog.InfoContext(
|
||||
ctx, "creating client with",
|
||||
slog.DebugContext(
|
||||
ctx, "creating client for entity",
|
||||
"entity", entity.String(), "base_url", entity.Credentials.APIBaseURL,
|
||||
"upload_url", entity.Credentials.UploadBaseURL)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue