Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new query parameter for httpinteraction endpoint #3268

Merged
merged 3 commits into from
Sep 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions prebid-server/endpoints/pbs-endpoint-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Query Params
- statusCode - specifies that only interactions resulting in this response status code should be logged; valid values: >=200 and <=500
- account - specifies that only interactions involving this account should be logged
- limit - number of interactions to log; there is an upper threshold for this value set in configuration
- bidder - name of the bidder whose adapter request will be logged

## /logging/changelevel

Expand Down