Files
h-school/src/HSchool.Server/appsettings.Development.json
T

10 lines
163 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"HSchool.Server.Game": "Information"
}
}
}