diff --git a/streaming/index.js b/streaming/index.js index 0d7bf2fc8..b9bdb44f2 100644 --- a/streaming/index.js +++ b/streaming/index.js @@ -767,7 +767,7 @@ const startServer = async () => { // Only send local-only statuses to logged-in users if ((event === 'update' || event === 'status.update') && payload.local_only && !(req.accountId && allowLocalOnly)) { - log.silly(req.requestId, `Message ${payload.id} filtered because it was local-only`); + log.debug(`Message ${payload.id} filtered because it was local-only`); return; }