Switched server and client logging to built in logging system.

This commit is contained in:
2021-05-26 15:10:17 -05:00
parent 862fbe15ed
commit f459cbdfda
15 changed files with 83 additions and 56 deletions

View File

@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"MultiShop": "Debug"
}
}
}

View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -20,7 +20,7 @@
</div>
</div>
<div class="my-1 text-muted">
Loading app...
Loading...
</div>
</div>
</div>