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')