Skip to content

Commit 27b84ad

Browse files
committed
add error log
1 parent 494e9ac commit 27b84ad

File tree

1 file changed

+1
-0
lines changed
  • crates/chat-cli/src/cli/chat/cli

1 file changed

+1
-0
lines changed

crates/chat-cli/src/cli/chat/cli/usage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ impl UsageArgs {
265265
}
266266
},
267267
Err(e) => {
268+
tracing::error!(error = ?e, "Failed to load usage limits with full error");
268269
queue!(
269270
session.stderr,
270271
style::SetForegroundColor(Color::Red),

0 commit comments

Comments
 (0)