diff --git a/ElectronNET.WebApp/appsettings.Development.json b/ElectronNET.WebApp/appsettings.Development.json new file mode 100644 index 0000000..fa8ce71 --- /dev/null +++ b/ElectronNET.WebApp/appsettings.Development.json @@ -0,0 +1,10 @@ +{ + "Logging": { + "IncludeScopes": false, + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} diff --git a/ElectronNET.WebApp/appsettings.json b/ElectronNET.WebApp/appsettings.json new file mode 100644 index 0000000..5fff67b --- /dev/null +++ b/ElectronNET.WebApp/appsettings.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "IncludeScopes": false, + "LogLevel": { + "Default": "Warning" + } + } +}