Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
fix redis loglevel
Browse files Browse the repository at this point in the history
dwradcliffe committed Jun 23, 2014
1 parent d2210a7 commit 15c7ec4
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -227,7 +227,7 @@ GRAPH
rubygems-people (0.0.16)
sudo (>= 0.0.0)
user (>= 0.0.0)
rubygems-redis (0.0.1)
rubygems-redis (0.0.2)
redisio (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-repo (0.0.6)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-redis/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-redis'
maintainer 'RubyGems.org ops team'

version '0.0.1'
version '0.0.2'

depends 'redisio'
depends 'rubygems'
2 changes: 2 additions & 0 deletions cookbooks/rubygems-redis/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -5,5 +5,7 @@

include_recipe 'rubygems'

node.default['redisio']['default_settings']['loglevel'] = 'notice'

include_recipe 'redisio::install'
include_recipe 'redisio::enable'

0 comments on commit 15c7ec4

Please sign in to comment.