Skip to content

Commit fa49d08

Browse files
committed
[py] add request response data to debug logging
1 parent 38d6934 commit fa49d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/remote/remote_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,5 +558,5 @@ def _request(self, method, url, body=None):
558558
data = {'status': 0, 'value': body.strip()}
559559
return data
560560
finally:
561-
LOGGER.debug("Finished Request")
561+
LOGGER.debug(u"Finished Request {}".format(data))
562562
resp.close()

0 commit comments

Comments
 (0)