mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
Set http logging to info to reduce debug noise
This commit is contained in:
Generated
+1
-1
@@ -24,7 +24,7 @@ exports.getApiClient = function (githubAuth, githubUrl, allowLocalRun = false) {
|
||||
return new retryingOctokit(githubUtils.getOctokitOptions(githubAuth, {
|
||||
baseUrl: getApiUrl(githubUrl),
|
||||
userAgent: "CodeQL Action",
|
||||
log: console_log_level_1.default({ level: "debug" }),
|
||||
log: console_log_level_1.default({ level: "info" }),
|
||||
}));
|
||||
};
|
||||
function getApiUrl(githubUrl) {
|
||||
|
||||
Reference in New Issue
Block a user