Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@joebigelow
/
wix-1
wix-1
/
src
/
test
/
wix
/
TestData
/
CsprojWebApplicationNetCore
/
appsettings.Development.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
json
9 lines
159 Bytes
Copy permalink
Copy
Raw
1
{
2
"Logging"
:
{
3
"LogLevel"
:
{
4
"Default"
:
"Information"
,
5
"Microsoft"
:
"Warning"
,
6
"Microsoft.Hosting.Lifetime"
:
"Information"
7
}
8
}
9
}