Compare commits

...

1 Commits

Author SHA1 Message Date
Dylan Hurd
7c73141678 Reduce app-server test subprocess log noise 2026-04-17 03:13:12 -07:00

View File

@@ -143,7 +143,7 @@ impl McpProcess {
cmd.stderr(Stdio::piped());
cmd.current_dir(codex_home);
cmd.env("CODEX_HOME", codex_home);
cmd.env("RUST_LOG", "info");
cmd.env("RUST_LOG", "warn");
// Keep integration tests isolated from host managed configuration.
cmd.env(
"CODEX_APP_SERVER_MANAGED_CONFIG_PATH",