Skip to content

Commit

Permalink
Merge pull request #301 from kke/avoid-leaking-credentials-to-logs
Browse files Browse the repository at this point in the history
Change log level of configuration inspection to debug
  • Loading branch information
michaelklishin authored Sep 13, 2017
2 parents 1d151f4 + 910e9ab commit aee4d6f
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 aee4d6f

Please sign in to comment.