Show errors on failure (#5643)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -4,7 +4,7 @@ use goose_cli::cli::cli;
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
if let Err(e) = goose_cli::logging::setup_logging(None, None) {
|
||||
eprintln!("Warning: Failed to initialize telemetry: {}", e);
|
||||
eprintln!("Warning: Failed to initialize logging: {}", e);
|
||||
}
|
||||
|
||||
let result = cli().await;
|
||||
|
||||
Reference in New Issue
Block a user