Skip to content

Commit

Permalink
Merge pull request #147 from alphagov/standardised-json-logging-for-g…
Browse files Browse the repository at this point in the history
…ovuk

Using logstasher 0.4.0 to standardise logging
  • Loading branch information
mnowster committed Dec 18, 2013
2 parents 9f6fe3c + e89008b commit 65fe409
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions config/environments/production.rb
Expand Up @@ -60,6 +60,4 @@
config.assets.digest = true

config.action_mailer.delivery_method = :ses

config.lograge.enabled = true
end

0 comments on commit 65fe409

Please sign in to comment.