Skip to content

Commit

Permalink
Disable lograge
Browse files Browse the repository at this point in the history
  • Loading branch information
wioux committed Feb 27, 2020
1 parent 9a46e51 commit 82b841e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,5 @@ group :development, :test do
end

group :production do
gem "lograge", "~> 0"
gem "puma", "~> 3"
end
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -524,7 +519,6 @@ DEPENDENCIES
invisible_captcha (~> 0)
iso_country_codes (~> 0)
jbuilder (~> 1.2)
lograge (~> 0)
nokogiri (~> 1)
oauth (~> 0)
paperclip (~> 5.2)
Expand Down
3 changes: 0 additions & 3 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,4 @@

# Rate limiting
config.middleware.use Rack::Attack

# Quieter, ip-free logging
config.lograge.enabled = true
end

0 comments on commit 82b841e

Please sign in to comment.