tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
add log (#1513)
authored by
Thibault Le Ouay
and committed by
GitHub
4 months ago
10eb885c
a91baf52
+1
1 changed file
expand all
collapse all
unified
split
apps
checker
checker
update.go
+1
apps/checker/checker/update.go
···
82
82
83
83
_, err = client.CreateTask(ctx, req)
84
84
if err != nil {
85
85
+
log.Ctx(ctx).Error().Err(err).Msg("error while creating the cloud task")
85
86
return fmt.Errorf("cloudtasks.CreateTask: %w", err)
86
87
}
87
88