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

Commit

Permalink
Log level readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fc committed Sep 11, 2017
1 parent 1b69898 commit 285961d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ If VSCode is running behind a proxy add the following standard VSCode proxy sett

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

Log level settting:
{
"scalaLanguageServer.logLevel" : "DEBUG"
}

This setting is passed to the Language Server affecting the log leven on the server, possible values "DEBUG", "ERROR", "INFO", "WARN"


# Publish

```
Expand Down

0 comments on commit 285961d

Please sign in to comment.