AzureAppServicesDiagnosticsSettings.FileSizeLimit Property

Definition

Gets or sets the maximum log size in bytes. Once the log is full, no more messages are appended.

public:
 property int FileSizeLimit { int get(); void set(int value); };
public int FileSizeLimit { get; set; }
member this.FileSizeLimit : int with get, set
Public Property FileSizeLimit As Integer

Property Value

The default is 10 MB.

Applies to