Share via


IdentityApplicationOptions.EnablePiiLogging Property

Definition

Flag used to enable/disable logging of Personally Identifiable Information (PII). PII logs are never written to default outputs. Default is set to false, which ensures that your application is compliant with GDPR. You can set it to true for advanced debugging requiring PII.

public bool EnablePiiLogging { get; set; }
member this.EnablePiiLogging : bool with get, set
Public Property EnablePiiLogging As Boolean

Property Value

Applies to