Skip to content

Commit 3578dda

Browse files
author
Gonchik Tsymzhitov
committed
Bump version and add additional line of log for debug level
1 parent a28f2a3 commit 3578dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.2
1+
2.2.0

atlassian/rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def request(
224224
response.encoding = "utf-8"
225225

226226
log.debug("HTTP: {} {} -> {} {}".format(method, path, response.status_code, response.reason))
227-
227+
log.debug("HTTP: Response text -> {}".format(response.text))
228228
if self.advanced_mode:
229229
return response
230230

0 commit comments

Comments
 (0)