From 767c083c23785d59852ad3f7018c0563fbaa6754 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 6 Sep 2025 06:29:03 +0000 Subject: fix: Change the inferance working logging when disabled to be a debug log level --- apps/workers/workers/inference/summarize.ts | 2 +- apps/workers/workers/inference/tagging.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/workers/workers/inference/summarize.ts b/apps/workers/workers/inference/summarize.ts index c7b68faf..8564ef15 100644 --- a/apps/workers/workers/inference/summarize.ts +++ b/apps/workers/workers/inference/summarize.ts @@ -43,7 +43,7 @@ export async function runSummarization( inferenceClient: InferenceClient, ) { if (!serverConfig.inference.enableAutoSummarization) { - logger.info( + logger.debug( `[inference][${job.id}] Skipping summarization job for bookmark with id "${bookmarkId}" because it's disabled in the config.`, ); return; diff --git a/apps/workers/workers/inference/tagging.ts b/apps/workers/workers/inference/tagging.ts index 3c7b5adb..6c862f76 100644 --- a/apps/workers/workers/inference/tagging.ts +++ b/apps/workers/workers/inference/tagging.ts @@ -408,7 +408,7 @@ export async function runTagging( inferenceClient: InferenceClient, ) { if (!serverConfig.inference.enableAutoTagging) { - logger.info( + logger.debug( `[inference][${job.id}] Skipping tagging job for bookmark with id "${bookmarkId}" because it's disabled in the config.`, ); return; -- cgit v1.2.3-70-g09d2