backend: add debug logging for webhook event object in lkWebhookHandler
This commit is contained in:
parent
4a599bef6c
commit
6ddb002561
@ -29,6 +29,7 @@ export const lkWebhookHandler = async (req: Request, res: Response) => {
|
||||
}
|
||||
|
||||
logger.info(`Webhook received: ${eventType}`);
|
||||
logger.debug(`Webhook event object: ${JSON.stringify(webhookEvent, null, 2)}`);
|
||||
|
||||
switch (eventType) {
|
||||
case 'egress_started':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user