Increased SAML response error logging

pull/11118/head
Javier Torres 8 years ago
parent aa19cd781c
commit 46f3f7ee03

@ -42,7 +42,12 @@ module Carto
private
def debug_response(message, response)
CartoDB::Logger.debug(message: message, response_settings: response.settings, response_options: response.options)
CartoDB::Logger.debug(
message: message,
response_settings: response.settings,
response_options: response.options,
response_errors: response.errors
)
end
def get_saml_response(saml_response_param)

Loading…
Cancel
Save