Skip to content

Commit

Permalink
Log message for reportRequestHeaders param.
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-MMalony committed Nov 8, 2022
1 parent 4631390 commit 561b450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def parse_configuration(self, configuration: Dict, target_url: str):
elif key == "reportRequestHeaders":
if str.lower(value) == "true":
self.report_request_headers = True
log("Argument 'reportRequestHeaders' is temporarily disabled, parameter will be ignored.")
else:
self.report_request_headers = False
elif key == "onFailure":
Expand Down

0 comments on commit 561b450

Please sign in to comment.