Switched server and client logging to built in logging system.
This commit is contained in:
10
src/MultiShop/Client/wwwroot/appsettings.Development.json
Normal file
10
src/MultiShop/Client/wwwroot/appsettings.Development.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"MultiShop": "Debug"
|
||||
}
|
||||
}
|
||||
}
|
9
src/MultiShop/Client/wwwroot/appsettings.json
Normal file
9
src/MultiShop/Client/wwwroot/appsettings.json
Normal 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 |
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="my-1 text-muted">
|
||||
Loading app...
|
||||
Loading...
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user