-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-adocean-bidder
# Conflicts: # src/test/resources/org/prebid/server/it/test-application.properties
- Loading branch information
Showing
104 changed files
with
4,761 additions
and
1,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +0,0 @@ | ||
# Admin Endpoint | ||
|
||
Unavailable if `logger level modifier` is disabled (`logger-level-modifier.enabled` config property). | ||
|
||
This endpoint will set the desirable logging level and number of logs for `400` responses. | ||
|
||
### Query Params | ||
|
||
- `logging` - Desirable logging level: `info`, `warn`, `trace`, `error`, `fatal`, `debug`. | ||
- `records` - numbers of logs with changed logging level. (0 < n < 100_000). | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change logging level endpoint | ||
|
||
This endpoint has a path `/logging/changelevel` by default (can be configured). | ||
|
||
This endpoint allows changing `org.prebid.server` logger level temporarily, mainly for troubleshooting production issues. | ||
|
||
### Query Params | ||
- `level` - desired logging level to set; must be one of `error`, `warn`, `info`, `debug` | ||
- `duration` - for how long to change level before it gets reset to original; there is an upper threshold for this | ||
value set in [configuration](../../config-app.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Enable HTTP interaction logging endpoint | ||
|
||
This endpoint has a path `/logging/httpinteraction` by default (can be configured). | ||
|
||
This endpoint turns on temporary logging of raw HTTP requests and responses, mainly for troubleshooting production issues. | ||
|
||
Interaction is logged at `INFO` level using `http-interaction` logback logger so make sure this logger has at least | ||
`INFO` or more verbose level set ([logback configuration](../../../src/main/resources/logback-spring.xml) bundled in JAR | ||
file sets this logger to `INFO` level). | ||
|
||
### Query Params | ||
- `endpoint` - endpoint to be affected; valid values: [auction](../openrtb2/auction.md), [amp](../openrtb2/amp.md); | ||
if omitted all valid endpoints will be affected | ||
- `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](../../config-app.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.