diff --git a/src/utils/webhook.ts b/src/utils/webhook.ts index 7ecdedc..27be7c2 100644 --- a/src/utils/webhook.ts +++ b/src/utils/webhook.ts @@ -50,7 +50,7 @@ export async function webhookMessage( await axios.post(webhook, data); } catch (err) { - logger.info('webhook error'); + logger.error('webhook error', err); } } }