elsa-core/samples/Sample08/appsettings.Development.json

10 lines
137 B
JSON
Raw Normal View History

2019-07-07 12:20:42 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}