Toolhub / appsettings.Development.json
unifare
Initial commit: ToolHub ASP.NET Core app
5fc700d
raw
history blame contribute delete
119 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}