Log the repr() of response content when CreditCourse publication fails
%r is used to log the repr() of the response content, which may sometimes contain non-ASCII Unicode. %s would call str() on the response content, sometimes resulting in a UnicodeDecodeError. ECOM-2526.
Showing
Please
register
or
sign in
to comment