Redigera

OutgoingPathLoggingMode Enum

Definition

Strategy to decide how outgoing HTTP path is logged.

public enum class OutgoingPathLoggingMode
public enum OutgoingPathLoggingMode
type OutgoingPathLoggingMode = 
Public Enum OutgoingPathLoggingMode
Inheritance
OutgoingPathLoggingMode

Fields

Formatted 0

HTTP path is formatted, for example in a form of /foo/bar/redactedUserId.

Structured 1

HTTP path is not formatted, route parameters logged in curly braces, for example in a form of /foo/bar/{userId}.

Applies to