Skip to content

Commit

Permalink
Change log level of configuration inspection to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Lehto committed Jun 29, 2017
1 parent ec52276 commit 910e9ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sneakers/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def reload_config!
Sneakers::CONFIG[:hooks][hook] = config.delete(hook) if config[hook]
end


Sneakers.logger.info("New configuration: #{config.inspect}")
Sneakers.logger.debug("New configuration: #{config.inspect}")
config
end

Expand Down

0 comments on commit 910e9ab

Please sign in to comment.