Openstatus www.openstatus.dev

add log (#1513)

authored by

Thibault Le Ouay and committed by
GitHub
10eb885c a91baf52

+1
+1
apps/checker/checker/update.go
··· 82 82 83 83 _, err = client.CreateTask(ctx, req) 84 84 if err != nil { 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