1
0
Fork 0

Document log-level

pull/759/head
Michael Morgan 2019-10-06 03:30:56 -04:00
parent 0cb7db8c91
commit b6bace0296
1 changed files with 7 additions and 0 deletions

View File

@ -190,6 +190,13 @@ Example:
php bin/php-language-server.php --memory-limit=256M
#### `--log-level=integer` (optional)
Limit client log messages by severity. Severities are defined in [LanuageServerProtocol\MessageType](https://github.com/felixfbecker/php-language-server-protocol/blob/master/src/MessageType.php).
Example (Limit logging to ERROR and WARNING only):
php bin/php-language-server.php --log-level=2
## Used by
- [VS Code PHP IntelliSense](https://github.com/felixfbecker/vscode-php-intellisense)
- [Eclipse Che](https://eclipse.org/che/)