Skip to content

Commit 57779bf

Browse files
committed
log level
1 parent 5295252 commit 57779bf

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ class CodeWhispererService(private val cs: CoroutineScope) : Disposable {
685685

686686
}
687687
} catch (e: Exception) {
688-
LOG.info("Cannot get workspaceId from LSP'$e'")
688+
LOG.warn("Cannot get workspaceId from LSP'$e'")
689689
}
690690
LOG.info("Found workspaceId from LSP '$workspaceId'")
691691
return RequestContext(project, editor, triggerTypeInfo, caretPosition,

0 commit comments

Comments
 (0)