Skip to content

Commit

Permalink
Merge branch 'master' into ajones/bb2-1996-updates-for-research-apps-…
Browse files Browse the repository at this point in the history
…not-expiring
  • Loading branch information
ajshred committed Sep 22, 2023
2 parents e6bc595 + bdac0d4 commit df72a51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hhs_oauth_server/request_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ def to_dict(self):
self._log_msg_update_from_dict(
request_headers, "req_header_bluebutton_sdk_version", "X-BLUEBUTTON-SDK-VERSION"
)
self._log_msg_update_from_dict(
request_headers, "req_header_bluebutton_app", "X-BLUEBUTTON-APP"
)
self._log_msg_update_from_dict(
request_headers, "req_header_bluebutton_app_version", "X-BLUEBUTTON-APP-VERSION"
)

"""
--- Logging items from request.body ---
Expand Down

0 comments on commit df72a51

Please sign in to comment.