Skip to content

Commit a9dff42

Browse files
zixlin7rli
andauthored
codewhisperer: add scan job id in logs (#4112)
* codewhisperer: add scan job id in logs * PR feedback Co-authored-by: Richard Li <[email protected]> --------- Co-authored-by: Richard Li <[email protected]>
1 parent 327b98a commit a9dff42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/CodeWhispererCodeScanManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class CodeWhispererCodeScanManager(val project: Project) {
207207
throw codeScanResponse.failureReason
208208
}
209209
}
210-
LOG.info { "Security scan completed." }
210+
LOG.info { "Security scan completed for jobID: $codeScanJobId." }
211211
}
212212
getProjectSize = async {
213213
codeScanSessionConfig.getTotalProjectSizeInBytes()

0 commit comments

Comments
 (0)