tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
🪵 typo (#1475)
authored by
Thibault Le Ouay
and committed by
GitHub
4 months ago
6d1c9544
82902360
+3
-3
3 changed files
expand all
collapse all
unified
split
apps
workflows
src
checker
alerting.ts
index.ts
cron
checker.ts
+1
-1
apps/workflows/src/checker/alerting.ts
···
11
11
import { checkerAudit } from "../utils/audit-log";
12
12
import { providerToFunction } from "./utils";
13
13
14
14
-
const logger = getLogger("api-server");
14
14
+
const logger = getLogger("workflow");
15
15
16
16
export const triggerNotifications = async ({
17
17
monitorId,
+1
-1
apps/workflows/src/checker/index.ts
···
60
60
latency,
61
61
} = result.data;
62
62
63
63
-
logger.info(`📝 update monitor status ${JSON.stringify(result.data)}`);
63
63
+
logger.info("📝 update monitor status {*}", { ...result.data });
64
64
65
65
// First we upsert the monitor status
66
66
await upsertMonitorStatus({
+1
-1
apps/workflows/src/cron/checker.ts
···
31
31
return url.includes(env().SITE_URL);
32
32
};
33
33
34
34
-
const logger = getLogger("api-server");
34
34
+
const logger = getLogger("workflow");
35
35
36
36
const channelOptions = {
37
37
// Conservative 5-minute keepalive (gRPC best practice)