about summary refs log tree commit diff
path: root/lib/mastodon/cli_helper.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-07-14 18:10:35 +0200
committerGitHub <noreply@github.com>2020-07-14 18:10:35 +0200
commit4abe3be321a620641b9a316b168ce754d7438eff (patch)
tree2ec72381f94c258a707268b31df2cadf0efcadac /lib/mastodon/cli_helper.rb
parent98b3b80d6bc6b8549448bb7fadc1449ba68a52ea (diff)
Change `tootctl search deploy` algorithm (#14300)
Diffstat (limited to 'lib/mastodon/cli_helper.rb')
-rw-r--r--lib/mastodon/cli_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mastodon/cli_helper.rb b/lib/mastodon/cli_helper.rb
index 4a20fa8d6..ed22f44b2 100644
--- a/lib/mastodon/cli_helper.rb
+++ b/lib/mastodon/cli_helper.rb
@@ -7,6 +7,7 @@ ActiveRecord::Base.logger    = dev_null
 ActiveJob::Base.logger       = dev_null
 HttpLog.configuration.logger = dev_null
 Paperclip.options[:log]      = false
+Chewy.logger                 = dev_null
 
 module Mastodon
   module CLIHelper