From 45c1ba2d2556009e6728b8977663ca274885f8b3 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Mon, 22 Aug 2022 16:45:10 +0800 Subject: [PATCH] Update log --- packages/api/src/routers/article_router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/src/routers/article_router.ts b/packages/api/src/routers/article_router.ts index cd798ae05..43f8373fc 100644 --- a/packages/api/src/routers/article_router.ts +++ b/packages/api/src/routers/article_router.ts @@ -127,7 +127,7 @@ export function articleRouter() { } } - logger.info('Text to speech request', { articleId }) + logger.info('Create Text to speech task', { articleId }) const page = await getPageById(articleId) if (!page) { return res.status(404).send('Page not found')