zed/crates/remote_server
Cole Miller 1e69e5d844
Set the minimum log level to info for the remote server (#40543)
`env_logger` defaults to only showing error-level logs, but we show
info-level logs and above for the main Zed process, so I think it makes
sense for the remote server to behave the same way.

Release Notes:

- N/A
2025-10-17 18:32:52 -04:00
..
src Set the minimum log level to info for the remote server (#40543) 2025-10-17 18:32:52 -04:00
build.rs Forbid std::process::Command spawning, replace with smol where appropriate (#38894) 2025-09-26 15:17:36 +00:00
Cargo.toml Remove agent1 code (#40495) 2025-10-17 18:49:11 +02:00
LICENSE-GPL