Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some configuration to disable LogHander (or pass an exclude all ILogFilter) #2351

Closed
mickaelistria opened this issue Nov 27, 2022 · 4 comments

Comments

@mickaelistria
Copy link
Contributor

When integration JDT-LS as a thread in an Eclipse application, we enter an infinite loop of logging: JDT-LS will create some log event, Eclipse LSP4E will generate an Eclipse log event for this, that JDT-LS will catch and send as a log event and so on.
To avoid that, JDT-LS should provide some way to skip logging. Something like a system property could be good enough.

@mickaelistria
Copy link
Contributor Author

Current workaround mickaelistria@22b26e0

@mickaelistria
Copy link
Contributor Author

Suggested #2423

@mickaelistria
Copy link
Contributor Author

Related PR: #2520

@mickaelistria
Copy link
Contributor Author

mickaelistria commented Mar 13, 2023

Fixed with #2520

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants