18 lines
285 B
JSON
18 lines
285 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Opc.Ua": "Information",
|
|
"Akka": "Information"
|
|
}
|
|
}
|
|
},
|
|
"Security": {
|
|
"Ldap": {
|
|
"DevStubMode": false
|
|
}
|
|
}
|
|
}
|