summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-01-31 14:54:32 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-01-31 14:54:32 +0300
commitb8fa6f7418c45785767bff42f9857af08fc9d891 (patch)
tree344c7ddd1f6664176d9388627db5fe03939782b1 /appsettings.Development.json
Initial commit
Diffstat (limited to 'appsettings.Development.json')
-rw-r--r--appsettings.Development.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}