Honoring the RUST_LOG environment variable level when launching the language servers, and more broadly #16293
Closed
1 task done
Labels
enhancement
[core label]
language server
An umbrella label for all language servers
logging
Feedback for logs, debug output, etc
rust
Rust programming language support
setting
Feedback for preferences, configuration, etc
Check for existing issues
Describe the feature
When the editor (client in this case) does not handle a telemetry event, the Zed app log may become flooded with messages like the following:
2024-08-15T14:17:20.621663Z [INFO] Language server with id <NN> sent unhandled notification telemetry/event:
Even if I start Zed with
RUST_LOG=error zed .
, logs continue to accumulate with INFO messages (~) fromcrates/lsp/src/lsp.rs:304
. Is there a way to suppress these messages?Thank you
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: