Silence a bucketload of logs (#36534)

Closes #ISSUE

Release Notes:

- Silenced a bunch of logs that were on by default
This commit is contained in:
Conrad Irwin
2025-08-19 20:26:56 -06:00
committed by GitHub
parent b12d862236
commit cac80e2ebd
17 changed files with 23 additions and 38 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ impl ContextServer {
}
async fn initialize(&self, client: Client) -> Result<()> {
log::info!("starting context server {}", self.id);
log::debug!("starting context server {}", self.id);
let protocol = crate::protocol::ModelContextProtocol::new(client);
let client_info = types::Implementation {
name: "Zed".to_string(),