mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
update log messages to ease debugging (#988)
This commit is contained in:
@ -346,10 +346,11 @@ class TestOnefuzz:
|
||||
# check if the task itself has an error
|
||||
if task.error is not None:
|
||||
self.logger.error(
|
||||
"task failed: %s - %s (%s)",
|
||||
"task failed: %s - %s (%s) - %s",
|
||||
job.config.name,
|
||||
task.config.task.type.name,
|
||||
task.error,
|
||||
task.task_id,
|
||||
)
|
||||
return TaskTestState.failed
|
||||
|
||||
|
Reference in New Issue
Block a user