From 75a2fbb53d013d2bb1bbd1c993384561758d0bd1 Mon Sep 17 00:00:00 2001 From: Vinay Patel Date: Wed, 18 Dec 2013 13:28:13 +0000 Subject: [PATCH 1/2] Using logstasher 0.4.0 to standardise logging --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1b5267566..c30b328f0 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ end gem 'has_scope' gem 'inherited_resources' gem 'kaminari', '0.13.0' -gem 'lograge', '0.2.0' +gem 'logstasher', '0.4.0' gem "mongoid_rails_migrations", "1.0.0" gem 'null_logger' gem 'plek', '1.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9b4ae5a1f..bb9e12789 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -157,9 +157,9 @@ GEM less-rails (~> 2.2.0) libv8 (3.11.8.17) link_header (0.0.7) - lograge (0.2.0) - actionpack - activesupport + logstash-event (1.1.5) + logstasher (0.4.0) + logstash-event (~> 1.1.0) lrucache (0.1.4) PriorityQueue (~> 0.1.2) mail (2.5.4) @@ -324,7 +324,7 @@ DEPENDENCIES kaminari (= 0.13.0) launchy less-rails-bootstrap - lograge (= 0.2.0) + logstasher (= 0.4.0) minitest (= 3.3.0) mlanett-redis-lock (= 0.2.2) mocha (= 0.13.3) From e89008bcaa47ce15f47b51b64ce41ff449e3affd Mon Sep 17 00:00:00 2001 From: Vinay Patel Date: Wed, 18 Dec 2013 14:52:37 +0000 Subject: [PATCH 2/2] Removing references to lograge --- config/environments/production.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 186bef1fa..88fabb970 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -60,6 +60,4 @@ config.assets.digest = true config.action_mailer.delivery_method = :ses - - config.lograge.enabled = true end