TraceOptions.AllowVerboseLinuxTelemetry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets if Azure linux telemetry should include verbose logs.
public bool AllowVerboseLinuxTelemetry { get; set; }
member this.AllowVerboseLinuxTelemetry : bool with get, set
Public Property AllowVerboseLinuxTelemetry As Boolean
Property Value
Remarks
The default behaviour is false, which disables verbose logs. When set to true, performance may be affected due to the amount of verbose logs. We recommend setting this to true primarily for debugging purposes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET