mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
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
|
||||
if !errors.is_empty() {
|
||||
tracing::error!(
|
||||
tracing::debug!(
|
||||
errors = ?errors
|
||||
.into_iter()
|
||||
.map(|e| format!("{:?}", e))
|
||||
|
||||
Reference in New Issue
Block a user