Condividi tramite


DaprSidecarOptions.LogLevel Property

Definition

Gets or sets the Dapr sidecar log verbosity (i.e. debug, info, warn, error, fatal, or panic).

public string? LogLevel { get; init; }
member this.LogLevel : string with get, set
Public Property LogLevel As String

Property Value

Remarks

The default log verbosity is "info".

Applies to