Commit 40906fa4 authored by Oleksandr's avatar Oleksandr 🎱

more logging

parent e50ab97f
......@@ -50,6 +50,7 @@ module Wedoops
end
request= Zoholib::RefreshRequest.new(@options)
response=request.get_token
@logger.debug(" LOGIN response :#{response.inspect} #{request.inspect}")
@logger.debug("#{__method__}:#{response.request.last_uri.to_s}")
response = JSON.parse(response.to_s, symbolize_names: true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment