mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-21 05:42:14 +00:00
show task error details in logs (#802)
This commit is contained in:
@ -16,7 +16,7 @@ pub async fn run(args: &clap::ArgMatches<'_>) -> Result<()> {
|
||||
let result = config.run().await;
|
||||
|
||||
if let Err(err) = &result {
|
||||
error!("error running task: {}", err);
|
||||
error!("error running task: {:?}", err);
|
||||
}
|
||||
|
||||
onefuzz_telemetry::try_flush_and_close();
|
||||
|
Reference in New Issue
Block a user