DaprSidecarOptions.LogLevel 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 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".