Class DexLogConfig
Dex Logging configuration.
Namespace: Neon.Kube.Resources.Dex
Assembly: Neon.Kube.Resources.dll
Syntax
public class DexLogConfig
Constructors
DexLogConfig()
Constructor.
Declaration
public DexLogConfig()
Properties
Format
Logformat. Valid options are text or json.
Declaration
[JsonProperty(PropertyName = "Format", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "format", ApplyNamingConventions = false)]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Level
Log Level.
Declaration
[JsonProperty(PropertyName = "Level", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "level", ApplyNamingConventions = false)]
public string Level { get; set; }
Property Value
Type | Description |
---|---|
string |