feat(settings): add log config management

Fixes #612
Fixes #514
This commit is contained in:
YoVinchen
2026-01-17 03:21:40 +08:00
committed by Jason
parent ae5d05b08c
commit 74f67bc1ee
13 changed files with 432 additions and 62 deletions
@@ -104,7 +104,6 @@ pub fn create_anthropic_sse_stream(
}
if let Ok(chunk) = serde_json::from_str::<OpenAIStreamChunk>(data) {
// 仅在 DEBUG 级别简短记录 SSE 事件
log::debug!("[Claude/OpenRouter] <<< SSE chunk received");
if message_id.is_none() {