stitch_something/StitchATon/appsettings.Development.json

9 lines
165 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"StitchATon.Controller": "Information"
}
}
}