Skip to content

Commit

Permalink
Improve log wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-sanchez committed Jan 22, 2025
1 parent 8294936 commit 8e63501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ export abstract class AzureAuth implements vscode.Disposable {
return response;
}

Logger.verbose("No proxy endpoint found in the HTTP_PROXY, HTTPS_PROXY environment variables or workspace configuration.");
Logger.verbose("No proxy endpoint was found in the HTTP_PROXY, HTTPS_PROXY environment variables or in the workspace HTTP configuration.");
const response: AxiosResponse = await axios.get<T>(requestUrl, config);
Logger.piiSanitized('GET request ', [{ name: 'response', objOrArray: response.data?.value as TenantResponse[] ?? response.data as GetTenantsResponseData }], [], requestUrl,);
return response;
Expand Down

0 comments on commit 8e63501

Please sign in to comment.