Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogPolicyOptions

Package version

Hierarchy

  • LogPolicyOptions

Index

Properties

Optional allowedHeaderNames

allowedHeaderNames: string[]

Header names whose values will be logged when logging is enabled. Defaults to Date, traceparent, x-ms-client-request-id, and x-ms-request id. Any headers specified in this field will be added to that list. Any other values will be written to logs as "REDACTED".

Optional allowedQueryParameters

allowedQueryParameters: string[]

Query string names whose values will be logged when logging is enabled. By default no query string values are logged.

Optional logger

logger: Debugger

The Debugger (logger) instance to use for writing pipeline logs.

Generated using TypeDoc