Skip to content

Commit f0adda8

Browse files
committed
logger level change
1 parent cfe7697 commit f0adda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codewhisperer/tracker/codewhispererCodeCoverageTracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class CodeWhispererCodeCoverageTracker {
122122
const percentage = Math.round(parseInt(percentCount))
123123
const selectedCustomization = getSelectedCustomization()
124124
if (this._serviceInvocationCount <= 0) {
125-
getLogger().info(`Skip emiting code contribution metric`)
125+
getLogger().debug(`Skip emiting code contribution metric`)
126126
return
127127
}
128128
telemetry.codewhisperer_codePercentage.emit({

0 commit comments

Comments
 (0)