Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 285961d

Browse files
author
fc
committed
Log level readme
1 parent 1b69898 commit 285961d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ If VSCode is running behind a proxy add the following standard VSCode proxy sett
6868

6969
This setting is translated as Coursier's vm arguments: -Dhttp.proxyHost=host -Dhttps.proxyHost=host -Dhttp.proxyPort=port -Dhttps.proxyPort=port.
7070

71+
Log level settting:
72+
{
73+
"scalaLanguageServer.logLevel" : "DEBUG"
74+
}
75+
76+
This setting is passed to the Language Server affecting the log leven on the server, possible values "DEBUG", "ERROR", "INFO", "WARN"
77+
78+
7179
# Publish
7280

7381
```

0 commit comments

Comments
 (0)