From d51a846d3a1383801711d41740360f8152535395 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 30 Jul 2019 13:37:33 -0500 Subject: [PATCH] revert to `text/plain` for transparancy logger --- app/workers/log_worker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/workers/log_worker.rb b/app/workers/log_worker.rb index f56becd66..d3d22c88e 100644 --- a/app/workers/log_worker.rb +++ b/app/workers/log_worker.rb @@ -22,7 +22,7 @@ class LogWorker tags: [tag], visibility: :unlisted, local_only: true, - content_type: 'text/console', + content_type: 'text/plain', language: 'en', nocrawl: true, nomentions: true,