From 2ec6f2ae770074b7f70aa8aa847780d91566548e Mon Sep 17 00:00:00 2001 From: "Max T. Kristiansen" Date: Mon, 9 Sep 2024 13:57:20 +0200 Subject: [PATCH] chore: remove redundant `appsettings.Development.json` file --- src/API/src/appsettings.Development.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/API/src/appsettings.Development.json diff --git a/src/API/src/appsettings.Development.json b/src/API/src/appsettings.Development.json deleted file mode 100644 index 85fb0cd..0000000 --- a/src/API/src/appsettings.Development.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "None", - "Microsoft.Hosting": "Information", - "Fetcharr.Cache": "Information", - "Fetcharr.API": "Trace", - "Fetcharr": "Trace" - } - } -} \ No newline at end of file