stitch_something/StitchATon/appsettings.Development.json

10 lines
165 B
JSON
Raw Normal View History

2025-08-01 15:29:06 +07:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"StitchATon.Controller": "Information"
}
}
}