chore: log errors to debug, not all extensions support prompts (#1472)
This commit is contained in:
@@ -619,7 +619,7 @@ impl Capabilities {
|
|||||||
|
|
||||||
// Log any errors that occurred
|
// Log any errors that occurred
|
||||||
if !errors.is_empty() {
|
if !errors.is_empty() {
|
||||||
tracing::error!(
|
tracing::debug!(
|
||||||
errors = ?errors
|
errors = ?errors
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|e| format!("{:?}", e))
|
.map(|e| format!("{:?}", e))
|
||||||
|
|||||||
Reference in New Issue
Block a user