mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 23:00:26 +00:00
Set http logging to info to reduce debug noise
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ export const getApiClient = function (
|
||||
githubUtils.getOctokitOptions(githubAuth, {
|
||||
baseUrl: getApiUrl(githubUrl),
|
||||
userAgent: "CodeQL Action",
|
||||
log: consoleLogLevel({ level: "debug" }),
|
||||
log: consoleLogLevel({ level: "info" }),
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user