userver: USERVER_LOG_REQUEST_HEADERS
Loading...
Searching...
No Matches
USERVER_LOG_REQUEST_HEADERS

USERVER_LOG_REQUEST_HEADERS Dynamic Config

Controls whether the logging of HTTP headers in handlers is performed. To ensure safety, all header values will be output as *** unless specified in USERVER_LOG_REQUEST_HEADERS_WHITELIST.

Schema:

# yaml
default: false
description: |
Controls whether the logging of HTTP headers in handlers is performed.
To ensure safety, all header values will be output as `***` unless specified in @ref USERVER_LOG_REQUEST_HEADERS_WHITELIST.
schema:
type: boolean

For a full list of dynamic configs see Dynamic config schemas list