Skip to content

Commit 9779a21

Browse files
committed
BB2-1316 Add BB2 app server logging of SDK header
1 parent d29ca61 commit 9779a21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hhs_oauth_server/request_logging.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@ def to_dict(self):
231231
self._log_msg_update_from_dict(
232232
request_headers, "req_header_user_agent", "User-Agent"
233233
)
234+
self._log_msg_update_from_dict(
235+
request_headers, "req_header_bluebutton_sdk", "X-BLUEBUTTON-SDK"
236+
)
237+
self._log_msg_update_from_dict(
238+
request_headers, "req_header_bluebutton_sdk_version", "X-BLUEBUTTON-SDK-VERSION"
239+
)
234240

235241
"""
236242
--- Logging items from request.body ---

0 commit comments

Comments
 (0)