ElectronNET.WebApp: Remove invalid property in appSettings

This commit is contained in:
softworkz
2025-10-13 14:14:17 +02:00
parent f81424978e
commit c5d9ba0e43
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",

View File

@@ -1,6 +1,5 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}