Skip to content

Commit

Permalink
refactor: remove accidental trace
Browse files Browse the repository at this point in the history
  • Loading branch information
teodora-sandu committed Jun 5, 2024
1 parent bc3504a commit e9cc26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/snyk/common/lsp/LanguageServerWrapper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class LanguageServerWrapper(
try {
val snykLanguageClient = SnykLanguageClient()
languageClient = snykLanguageClient
val logLevel = if (snykLanguageClient.logger.isDebugEnabled) "debug" else "trace"
val logLevel = if (snykLanguageClient.logger.isDebugEnabled) "debug" else "info"
val cmd = listOf(lsPath, "language-server", "-l", logLevel)

val processBuilder = ProcessBuilder(cmd)
Expand Down

0 comments on commit e9cc26b

Please sign in to comment.