Im trying to save tokens sent with my context, by using memory search and less logging, but doctor wont stop complaining. On the last run it said:
"- logging.redactSensitive: Invalid input
- logging: Unrecognized key: "format"
- agents.defaults: Unrecognized key: "memory" "
Could you look at my config file, and tell me whats wrong? Specifically with that the doctor is complaining about? Here it is:
{"wizard": { "lastRunAt": "2026-02-09T22:36:03.840Z",
"lastRunVersion": "2026.2.9",
"lastRunCommand": "configure",
"lastRunMode": "local"
},
"update": {
"channel": "stable"
},
"auth": {
"profiles": {
"openrouter:default": {
"provider": "openrouter",
"mode": "api_key"
}
}
},
"models": {
"mode": "merge",
"providers": {
"openrouter": {
"baseUrl": "https://openrouter.ai/api/v1",
"api": "openai-completions",
"apiKey": "sk-or-v1-.......bd1",
"models": [
{ "id": "openai/gpt-oss-120b:free", "name": "GPT-OSS 120B" },
{ "id": "arcee-ai/trinity-mini:free", "name": "Trinity Mini" },
{ "id": "qwen/qwen3-4b:free", "name": "Qwen 3 4B" },
{ "id": "qwen/qwen3-coder:free", "name": "Qwen 3 Coder" },
{ "id": "z-ai/glm-4.5-air:free", "name": "GLM 4.5 Air" },
{ "id": "openai/text-embedding-3-small", "name": "Text Embedding" }
]
}
}
},
"logging": {
"redactSensitive": "full",
"level": "info",
"format": "json"
},
"agents": {
"defaults": {
"model": {
"primary": "openrouter/openai/gpt-oss-120b:free",
.. I will send the rest on the next message bc of limits