diff --git a/src/pipeline.ts b/src/pipeline.ts index 7b829cb5..081d6a45 100644 --- a/src/pipeline.ts +++ b/src/pipeline.ts @@ -117,7 +117,7 @@ async function trackHashtags(event: Event): Promise { if (!tags.length) return; try { - debug('tracking tags:', tags); + debug('tracking tags:', JSON.stringify(tags)); await TrendsWorker.addTagUsages(event.pubkey, tags, date); } catch (_e) { // do nothing