2026-01-18 23:24:17 +00:00
|
|
|
import { createSubsystemLogger } from "../../logging/subsystem.js";
|
2026-01-14 01:08:15 +00:00
|
|
|
|
|
|
|
|
export const whatsappLog = createSubsystemLogger("gateway/channels/whatsapp");
|
|
|
|
|
export const whatsappInboundLog = whatsappLog.child("inbound");
|
|
|
|
|
export const whatsappOutboundLog = whatsappLog.child("outbound");
|
|
|
|
|
export const whatsappHeartbeatLog = whatsappLog.child("heartbeat");
|