Skip to content

Commit

Permalink
Adjusting comment for failed check to "Production check failed"
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Nov 13, 2023
1 parent 9f1d146 commit 630a735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/production_checks/temporal/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function runAllChecks(checks: Check[]) {
logger.info({ reportPayload }, "Check succeeded");
};
const reportFailure = (reportPayload: unknown, message: string) => {
logger.error({ reportPayload, errorMessage: message }, "Check failed");
logger.error({ reportPayload, errorMessage: message }, "Production check failed");
};
Context.current().heartbeat({
type: "start",
Expand Down

0 comments on commit 630a735

Please sign in to comment.