mirror of
https://github.com/openai/codex.git
synced 2026-05-03 04:42:20 +03:00
Revert "Option to Notify Workspace Owner When Usage Limit is Reached" (#17391)
Reverts openai/codex#16969 #sev3-2026-04-10-accountscheckversion-500s-for-openai-workspace-7300
This commit is contained in:
@@ -891,9 +891,7 @@ pub async fn run_main(
|
||||
// use RUST_LOG env var, default to info for codex crates.
|
||||
let env_filter = || {
|
||||
EnvFilter::try_from_default_env().unwrap_or_else(|_| {
|
||||
EnvFilter::new(
|
||||
"codex_core=info,codex_tui=info,codex_rmcp_client=info,codex_app_server=info",
|
||||
)
|
||||
EnvFilter::new("codex_core=info,codex_tui=info,codex_rmcp_client=info")
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user