eclipse-lsp4e / eclipse-lsp4e/lsp4e
Log server Info messages only if TRACE is enabled.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 85
- Forks
- 69
- Avg merge
- 8h 33m
- Merged PRs (30d)
- 6
Description
Currently many server info messages are added onto Eclipse Logs.
It pollutes the ErrorLog View which is meant for Errors and Warnings.
Generally such Info messages are added only when TRACE enabled.
Please see below discussion for more details.
https://github.com/eclipse-lsp4e/lsp4e/discussions/1233
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the discussion linked from issue #1522 to understand which server INFO messages should be conditional. Locate the server logging entry points in the Eclipse LSP4E code, then verify that INFO messages no longer pollute the ErrorLog View unless TRACE is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100