aboutsummaryrefslogtreecommitdiff
path: root/ShareGuard.Web/appsettings.Development.json
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-12-25 19:59:26 +0100
committerTim <contact@bytim.eu>2025-12-25 19:59:26 +0100
commit771b949618bb4e07c09c2fb94a7f92e13f471b9e (patch)
tree88c2e69fc14bef91e414c605712420437cc92ccf /ShareGuard.Web/appsettings.Development.json
Initial commitHEADmaster
Diffstat (limited to 'ShareGuard.Web/appsettings.Development.json')
-rw-r--r--ShareGuard.Web/appsettings.Development.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/ShareGuard.Web/appsettings.Development.json b/ShareGuard.Web/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/ShareGuard.Web/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}