chore: log errors to debug, not all extensions support prompts (#1472)

This commit is contained in:
Kalvin C
2025-03-03 11:00:29 -08:00
committed by GitHub
parent 76fed1eda3
commit ac81472fd7
+1 -1
View File
@@ -619,7 +619,7 @@ impl Capabilities {
// Log any errors that occurred
if !errors.is_empty() {
tracing::error!(
tracing::debug!(
errors = ?errors
.into_iter()
.map(|e| format!("{:?}", e))