[smg] clean up logs in mcp (should be info instead warn) (#16591)
This commit is contained in:
@@ -87,7 +87,7 @@ impl McpManager {
|
||||
}
|
||||
|
||||
if static_clients.is_empty() {
|
||||
warn!("No static MCP servers connected");
|
||||
info!("No static MCP servers connected");
|
||||
}
|
||||
|
||||
Ok(Self {
|
||||
|
||||
Reference in New Issue
Block a user