Postindustria

Results 9 comments of Postindustria

## Logger Improvements **PR:** [https://github.com/prebid/prebid-server/pull/4085/commits](https://github.com/prebid/prebid-server/pull/4085/commits) :link: **Commit with changes** (only logger, without logger message modifications): [https://github.com/prebid/prebid-server/pull/4085/commits/3c53fb42265d6ca98aa617a9011e4a5d5445d771](https://github.com/prebid/prebid-server/pull/4085/commits/3c53fb42265d6ca98aa617a9011e4a5d5445d771) ### New Simplified Interface ```go type Logger interface { // Debug level logging Debug(msg...

**Changes to the logger for [PHASE 1](https://github.com/prebid/prebid-server/issues/4103):** 1. Updated README.md 2. Removed the slog implementation and the custom logger integration 3. Kept the following logger interfaces: - Debug - Info...

Hi guys! The module PR has been merged, can we please merge the documentation one as well. Thank you cc: @muuki88 @bsardo @Net-burst

The current workaround is to add `Content-Encoding: gzip` request header on the gateway s.a. nginx if `gzip=1` param was present: ```nginx map $arg_gzip $content_encoding { default $http_content_encoding; "1" "gzip"; }...

[PR](https://github.com/prebid/prebid-server/pull/4551)

[PR](https://github.com/prebid/prebid-server/pull/4551)

Thanks for raising this issue. I’ve reviewed the proposal and wanted to share some context from the PBS-Go side, since some parts of the suggested solution appear to be specific...

[PR](https://github.com/prebid/prebid-server/pull/4508)

You have mandatory adapter parameters that also need to be tested. From the documentation: [Bidder Parameter Tests](https://docs.prebid.org/prebid-server/developers/add-new-bidder-go.html) ``` The bidder parameter JSON Schema files are considered a form of code...