refactor(src): split oversized modules
This commit is contained in:
6
src/web/auto-reply/loggers.ts
Normal file
6
src/web/auto-reply/loggers.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createSubsystemLogger } from "../../logging.js";
|
||||
|
||||
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");
|
||||
Reference in New Issue
Block a user