Skip to content

Commit

Permalink
Merge pull request #216 from chef/ssd/log_response-at-debug
Browse files Browse the repository at this point in the history
Log responses only at debug log level
  • Loading branch information
stevendanna committed Apr 22, 2016
2 parents c023fff + 7bc90e7 commit f99b850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef_zero/rest_router.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def log_request(request)
end

def log_response(response)
ChefZero::Log.info {
ChefZero::Log.debug {
[ "",
"--- RESPONSE (#{response[0]}) ---",
response[2].chomp,
Expand Down

0 comments on commit f99b850

Please sign in to comment.