Add more info messages to user, rename log printing function

This commit is contained in:
Angela P Wen 2022-08-02 12:36:56 +02:00
parent eeee462f05
commit a758ec55e8
9 changed files with 22 additions and 13 deletions

View file

@ -69,7 +69,7 @@ export async function uploadSarifDebugArtifact(
await uploadDebugArtifacts(toUpload, outputDir, config.debugArtifactName);
}
export async function uploadFinalLogsDebugArtifact(config: Config) {
export async function printDebugLogs(config: Config) {
core.info("Debug mode is on. Printing CodeQL debug logs...");
for (const language of config.languages) {
const databaseDirectory = getCodeQLDatabasePath(config, language);