diff --git a/Gemfile b/Gemfile index 5dd775d93..e30d333e3 100644 --- a/Gemfile +++ b/Gemfile @@ -131,6 +131,5 @@ group :development, :test do end group :production do - gem "lograge", "~> 0" gem "puma", "~> 3" end diff --git a/Gemfile.lock b/Gemfile.lock index 7423d024c..76bb4d0e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -237,11 +237,6 @@ GEM jmespath (1.4.0) launchy (2.4.3) addressable (~> 2.3) - lograge (0.11.0) - actionpack (>= 4) - activesupport (>= 4) - railties (>= 4) - request_store (~> 1.0) loofah (2.3.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -524,7 +519,6 @@ DEPENDENCIES invisible_captcha (~> 0) iso_country_codes (~> 0) jbuilder (~> 1.2) - lograge (~> 0) nokogiri (~> 1) oauth (~> 0) paperclip (~> 5.2) diff --git a/config/environments/production.rb b/config/environments/production.rb index 9227aac72..450d29783 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -106,7 +106,4 @@ # Rate limiting config.middleware.use Rack::Attack - - # Quieter, ip-free logging - config.lograge.enabled = true end