git
/
blog.git
/
Blog
/
appsettings.Development.json
log
tree
refs
Blog/appsettings.Development.json
119 B · 8 lines ·
raw
·
history
1
{
2
"Logging"
: {
3
"LogLevel"
: {
4
"Default"
:
"Information"
,
5
"Microsoft.AspNetCore"
:
"Warning"
6
}
7
}
8
}