Skip to content

Commit b8cb227

Browse files
authored
fix: Added full xapi response for debugging (#2437)
1 parent 4680d5f commit b8cb227

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Unreleased
1717
----------
1818
* nothing unreleased
1919

20+
[6.2.17]
21+
--------
22+
* fix: Added response received from XAPI in logs to debug the XAPI transmission issues.
23+
2024
[6.2.16]
2125
--------
2226
* chore: upgrades python requirements

enterprise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Your project description goes here.
33
"""
44

5-
__version__ = "6.2.16"
5+
__version__ = "6.2.17"

integrated_channels/xapi/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def save_statement(self, statement):
6363
bool(response),
6464
getattr(response.response, 'status', 'Unknown')
6565
)
66+
LOGGER.info("[Integrated Channel][xAPI] LRS Full Response: %r", response)
6667

6768
if hasattr(response, 'response'):
6869
LOGGER.info(

0 commit comments

Comments
 (0)